Click or drag to resize
CanvasPathBuilderBeginFigure Method (Single, Single, CanvasFigureFill)
Starts a new figure at the specified point, with the specified figure fill option.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void BeginFigure(
	float startX,
	float startY,
	CanvasFigureFill figureFill
)

Parameters

startX
Type: SystemSingle
startY
Type: SystemSingle
figureFill
Type: Microsoft.Graphics.Canvas.GeometryCanvasFigureFill
See Also