Table of Contents

Enum FigureBegin

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Indicates whether a specific ISimplifiedGeometrySink figure is filled or hollow.
D2D1_FIGURE_BEGIN

public enum FigureBegin

Fields

Filled = 0

Indicates the figure will be filled by the FillGeometry (FillGeometry(IGeometry, IDeviceBrush, IDeviceBrush?) or FillGeometry(IGeometry, IDeviceBrush, IDeviceBrush?) method.

Hollow = 1

Indicates the figure will not be filled by the FillGeometry (FillGeometry(IGeometry, IDeviceBrush, IDeviceBrush?) or FillGeometry(IGeometry, IDeviceBrush, IDeviceBrush?) method and will only consist of an outline.
Moreover, the bounds of a hollow figure are zero.
Hollow should be used for stroking, or for other geometry operations.