Click or drag to resize
CanvasPathBuilderAddLine Method (Vector2)
Adds a line segment to the path, with the specified end point.

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

Parameters

endPoint
Type: System.NumericsVector2
See Also