fillRule

common
var fillRule: FillRule

The current fill rule for the Canvas. The fill rule is used to determine which regions are inside, or outside a complex (potentially self-intersecting) path. The current fill rule affects both fill, and cairo_clip. The default fill rule is FillRule.WINDING.

See also

linuxArm32
var fillRule: FillRule

See also

linuxX64
var fillRule: FillRule

See also