Table of Contents

Struct TransformedImageSourceProperties

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

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

InterpolationMode

Options

Image sourc option flags.

public TransformedImageSourceOptions Options

Field Value

TransformedImageSourceOptions

Orientation

The orientation at which the image source is drawn.

public Orientation Orientation

Field Value

Orientation

ScaleX

The horizontal scale factor at which the image source is drawn.

public float ScaleX

Field Value

float

ScaleY

The vertical scale factor at which the image source is drawn.

public float ScaleY

Field Value

float