Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / BeginFigure Method / BeginFigure(Single,Single) Method
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(Single,Single) Method
    In This Topic
    Starts a new figure at the specified point.
    Syntax
    'Declaration
     
    Public Overloads Sub BeginFigure( _
       ByVal startX As System.Single, _
       ByVal startY As System.Single _
    ) 
    public void BeginFigure( 
       System.float startX,
       System.float startY
    )

    Parameters

    startX
    The x-coordinate of the point at which to begin the new figure.
    startY
    The y-coordinate of the point at which to begin the new figure.
    See Also