[]
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)