ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / BeginFigure Method
The point at which to begin the new figure.

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

    Parameters

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