Click or drag to resize
CanvasDrawingSessionDrawLine Method (Vector2, Vector2, Color, Single, CanvasStrokeStyle)
Draws a line of the specified width and color, with a custom stroke style.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void DrawLine(
	Vector2 point0,
	Vector2 point1,
	Color color,
	float strokeWidth,
	CanvasStrokeStyle strokeStyle
)

Parameters

point0
Type: System.NumericsVector2
point1
Type: System.NumericsVector2
color
Type: Windows.UIColor
strokeWidth
Type: SystemSingle
strokeStyle
Type: Microsoft.Graphics.Canvas.GeometryCanvasStrokeStyle
See Also