ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / SimplifiedGeometrySink Interface / BeginFigure Method
The point at which to begin the new figure.
Whether the new figure should be hollow or filled.

In This Topic
    BeginFigure Method (SimplifiedGeometrySink)
    In This Topic
    Starts a new figure at the specified point.
    Syntax
    'Declaration
     
    Sub BeginFigure( _
       ByVal startPoint As Point2F, _
       ByVal figureBegin As FigureBegin _
    ) 
    void BeginFigure( 
       Point2F startPoint,
       FigureBegin figureBegin
    )

    Parameters

    startPoint
    The point at which to begin the new figure.
    figureBegin
    Whether the new figure should be hollow or filled.
    See Also