Struct BitmapBrushProperties
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Describes the extend modes and the interpolation mode of an IBitmapBrush.
D2D1_BITMAP_BRUSH_PROPERTIES1
public struct BitmapBrushProperties : IEquatable<BitmapBrushProperties>
- Implements
- Inherited Members
Constructors
Properties
- ExtendModeX
A value that describes how the brush horizontally tiles those areas that extend past its bitmap.
- ExtendModeY
A value that describes how the brush vertically tiles those areas that extend past its bitmap.
- InterpolationMode
A value that specifies how the bitmap is interpolated when it is scaled or rotated.