Mono Class Library: Cairo NamespaceCairo.FillRule Enumeration |
|
A FillRule is used to select how paths are filled. For both fill rules, whether or not a point is included in the fill is determined by taking a ray from that point to infinity and looking at intersections with the path. The ray can be in any direction, as long as it doesn't pass through the end point of a segment or have a tricky intersection such as intersecting tangent to the path. (Note that filling is not actually implemented in this way. This is just a description of the rule that is applied.) [Edit]
Member Name Description EvenOdd Counts the total number of intersections, without regard to the orientation of the contour. If the total number of intersections is odd, the point will be filled. [Edit] Winding The fill rule is used to select how paths are filled. [Edit]
Namespace: Cairo
Assembly: Mono.Cairo (in Mono.Cairo.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0