Struct ImageBrushProperties
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Describes image brush features.
D2D1_IMAGE_BRUSH_PROPERTIES
public struct ImageBrushProperties : IEquatable<ImageBrushProperties>
- Implements
- Inherited Members
Constructors
Properties
- ExtendModeX
The extend mode in the image x-axis.
- ExtendModeY
The extend mode in the image y-axis.
- InterpolationMode
The interpolation mode to use when scaling the image brush.
- SourceRectangle
The source rectangle in the image space from which the image will be tiled or interpolated.