CanvasPathBuilderAddLine Method (Single, Single) |
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 public void AddLine(
float x,
float y
)
Parameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
See Also