Share via


FillRule Enum

Definition

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.

Applies to