Enum ExtendMode
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Specifies how a brush paints areas outside of its normal content area.
D2D1_EXTEND_MODE
public enum ExtendMode
Fields
Clamp = 0
Repeat the edge pixels of the brush's content for all regions outside the normal content area.
Wrap = 1
Repeat the brush's content.
Mirror = 2
The same as Wrap, except that alternate tiles of the brush's content are flipped. (The brush's normal content is drawn untransformed.)