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