Type Alias vizia::vg::MaskFilter
pub type MaskFilter = RCHandle<SkMaskFilter>;
Expand description
MaskFilter is the base class for object that perform transformations on the mask before drawing it. An example subclass is Blur.
Aliased Typeยง
struct MaskFilter(/* private fields */);