Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / PathExt Class / BeginFigure Method
The IPath object.
The x coordinate of the point at which to begin the new figure.
The y coordinate of the point at which to begin the new figure.

In This Topic
    BeginFigure Method (PathExt)
    In This Topic
    Starts a new figure at the specified point.
    Syntax
    'Declaration
     
    Public Shared Sub BeginFigure( _
       ByVal path As IPath, _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    ) 
    public static void BeginFigure( 
       IPath path,
       System.float x,
       System.float y
    )

    Parameters

    path
    The IPath object.
    x
    The x coordinate of the point at which to begin the new figure.
    y
    The y coordinate of the point at which to begin the new figure.
    See Also