[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.PathBuilder.BeginFigure

BeginFigure Method

BeginFigure(PointF)

Starts a new figure at the specified point.

Declaration
public void BeginFigure(PointF startPoint)
Public Sub BeginFigure(startPoint As PointF)
Parameters
Type Name Description
PointF startPoint

The point at which to begin the new figure.

BeginFigure(float, float)

Starts a new figure at the specified point.

Declaration
public void BeginFigure(float startX, float startY)
Public Sub BeginFigure(startX As Single, startY As Single)
Parameters
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.