Enum BitmapExtendMode
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.Core.dll
public enum BitmapExtendMode
Fields
Clamp = 0
Repeats the pixels from the edges of the image.
Zero = 3
Fills the extended region with zeros. This is usually transparent black for pixel formats that support alpha, or opaque black for pixel formats that do not support alpha.