ComponentOne Bitmap for UWP
BeginFigure Method (SimplifiedGeometrySink)

C1.UWP.DX 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.
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

Reference

SimplifiedGeometrySink Interface
SimplifiedGeometrySink Members