[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.Path.BeginFigure

BeginFigure Method

BeginFigure(PointF)

Starts a new figure at the specified point.

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

The point at which to begin the new figure.

Implements