Method BeginFigure
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
BeginFigure(Point2Float, FigureBegin)
Starts a new figure at the specified point.
void BeginFigure(Point2Float startPoint, FigureBegin figureBegin)
Parameters
startPoint
Point2FloatThe point at which to begin the new figure.
figureBegin
FigureBeginWhether the new figure should be hollow or filled.
Remarks
If this method is called while a figure is currently in progress, the interface is invalidated and all future methods will fail.