[]
Starts a new figure at the specified point.
public void BeginFigure(PointF startPoint)
Public Sub BeginFigure(startPoint As PointF)
Type | Name | Description |
---|---|---|
PointF | startPoint | The point at which to begin the new figure. |
Starts a new figure at the specified point.
public void BeginFigure(float startX, float startY)
Public Sub BeginFigure(startX As Single, startY As Single)
Type | Name | Description |
---|---|---|
float | startX | The x-coordinate of the point at which to begin the new figure. |
float | startY | The y-coordinate of the point at which to begin the new figure. |