Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / BeginFigure Method
The point at which to begin the new figure.

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

    Parameters

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