C1.Win.C1DX.4.8 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 _
) 
 

Parameters

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