Struct ImageBrushProperties
Describes image brush features.
public struct ImageBrushProperties
- Inherited Members
Fields
ExtendModeX
The extend mode in the image x-axis.
public ExtendMode ExtendModeX
Field Value
ExtendModeY
The extend mode in the image y-axis.
public ExtendMode ExtendModeY
Field Value
InterpolationMode
The interpolation mode to use when scaling the image brush.
public InterpolationMode InterpolationMode
Field Value
SourceRectangle
The source rectangle in the image space from which the image will be tiled or interpolated.
public RawRectangleF SourceRectangle
Field Value
- RawRectangleF