Multimedia2DRendering Enumeration CATPrintFillRule

enum CATPrintFillRule {
  CATPrintFill_EvenOdd,
  CATPrintFill_NonZero
}
Polygon fill rule attribute.
Values:
CATPrintFill_EvenOdd,
Parts of polygon with odd winding number to be filled
CATPrintFill_NonZero,
Parts of polygon with non-zero winding number to be filled

This object is included in the file: CATPrintFillAttribute.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.