Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / BeginFigure Method / BeginFigure(PointF) Method
The point at which to begin the new figure.

In This Topic
    BeginFigure(PointF) Method
    In This Topic
    Starts a new figure at the specified point.
    Syntax
    'Declaration
     
    Public Overloads Sub BeginFigure( _
       ByVal startPoint As System.Drawing.PointF _
    ) 
    public void BeginFigure( 
       System.Drawing.PointF startPoint
    )

    Parameters

    startPoint
    The point at which to begin the new figure.
    See Also