Drawable.DrawLine Method
Draws a line with the specified geometry and pen.
DrawLine(LineGeometry geometry, Pen pen)
Draws a line with the specified geometry and pen.Syntax
public void DrawLine (
LineGeometry geometry,
Pen pen
)
Parameters
The line to draw.
The pen to use for drawing the line.
Remarks
The Transform of the drawable will be used to convert the geometry coordinates to screen coordinates.
Platforms
Windows, Linux, Android