Struct TransformedImageSourceProperties
Properties of a transformed image source.
public struct TransformedImageSourceProperties
- Inherited Members
Fields
InterpolationMode
The interpolation mode used when the image source is drawn. This is ignored if the image source is drawn using the DrawImage method, or using an image brush.
public InterpolationMode InterpolationMode
Field Value
Options
Image sourc option flags.
public TransformedImageSourceOptions Options
Field Value
Orientation
The orientation at which the image source is drawn.
public Orientation Orientation
Field Value
ScaleX
The horizontal scale factor at which the image source is drawn.
public float ScaleX
Field Value
ScaleY
The vertical scale factor at which the image source is drawn.
public float ScaleY