FillRule Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the interior of a shape is determined.
public enum class FillRule
public enum FillRule
type FillRule =
Public Enum FillRule
- Inheritance
-
FillRule
Fields
| Name | Value | Description |
|---|---|---|
| EvenOdd | 0 | A point is inside the shape if a ray from that point crosses an odd number of path segments. |
| Nonzero | 1 | A point is inside the shape if the winding count (sum of crossing directions) is nonzero. |