public final class CanvasFillRule
extends com.aspose.html.internal.ms.System.Enum
This enumeration is used to select the fill rule algorithm by which to determine if a point is inside or outside a path.
Modifier and Type | Field and Description |
---|---|
static int |
EvenOdd
The "evenodd" value indicates the even-odd rule, wherein a point is considered to be outside a shape if the
number of times a half-infinite straight line drawn from that point crosses the shape's path is even.
|
static int |
NonZero
The value "nonzero" value indicates the non-zero winding rule, wherein a point is considered to be outside a
shape if the number of times a half-infinite straight line drawn from that point crosses the shape's path
going in one direction is equal to the number of times it crosses the path going in the other direction.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int NonZero
The value "nonzero" value indicates the non-zero winding rule, wherein a point is considered to be outside a shape if the number of times a half-infinite straight line drawn from that point crosses the shape's path going in one direction is equal to the number of times it crosses the path going in the other direction.
public static final int EvenOdd
The "evenodd" value indicates the even-odd rule, wherein a point is considered to be outside a shape if the number of times a half-infinite straight line drawn from that point crosses the shape's path is even.