CanvasPathBuilderBeginFigure Method (Single, Single) |
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 public void BeginFigure(
float startX,
float startY
)
Parameters
- startX
- Type: SystemSingle
- startY
- Type: SystemSingle
See Also