Enum
FillRule

Defines how the interior of a self-intersecting path is determined when filling shapes.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Graphics

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public enum FillRule

Fields

EvenOdd

Uses the even–odd rule: a point is inside if a ray from it crosses the path an odd number of times.

Declaration

cs-api-definition
EvenOdd = 0

Field Value

FillRule

Nonzero

Uses the nonzero winding rule: a point is inside if the winding number around it is nonzero.

Declaration

cs-api-definition
Nonzero = 1

Field Value

FillRule

In this article
DefinitionFieldsEvenOddNonzero
Not finding the help you need?
Contact Support