Click or drag to resize
CanvasPathBuilderSetFilledRegionDetermination Method
Specifies the method used to determine which points are inside the geometry described by this path builder, and which points are outside.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void SetFilledRegionDetermination(
	CanvasFilledRegionDetermination filledRegionDetermination
)

Parameters

filledRegionDetermination
Type: Microsoft.Graphics.Canvas.GeometryCanvasFilledRegionDetermination
See Also