Click or drag to resize
CanvasPathBuilderBeginFigure Method (Vector2)
Starts a new figure at the specified point, with the default figure fill option of Default.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void BeginFigure(
	Vector2 startPoint
)

Parameters

startPoint
Type: System.NumericsVector2
See Also