Enum WritingOrder
Represents the writing order.
public enum WritingOrder
  Fields
BoundaryThenFill = 0First boundary then filling.
FillThenBoundary = 1First filling then boundary.
Represents the writing order.
public enum WritingOrder
  BoundaryThenFill = 0First boundary then filling.
FillThenBoundary = 1First filling then boundary.