Enum FigureEnd
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Indicates whether a specific ISimplifiedGeometrySink figure is open or closed.
D2D1_FIGURE_END
public enum FigureEnd
Fields
Open = 0
The figure is open.
Closed = 1
The figure is closed.