Enum BorderEdgeMode
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
The edge mode for the Border effect.
D2D1_BORDER_EDGE_MODE
public enum BorderEdgeMode
Fields
Clamp = 0
Repeats the pixels from the edges of the image.
Wrap = 1
Uses pixels from the opposite end edge of the image.
Mirror = 2
Reflects pixels about the edge of the image.