Table of Contents

Class TransformedImageSource

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("7f1f79e5-2796-416c-8f55-700f911445e5")]
public class TransformedImageSource : Image
Inheritance
TransformedImageSource
Inherited Members

Constructors

TransformedImageSource(DeviceContext2, ImageSource, ref TransformedImageSourceProperties)

Initializes a new instance of the TransformedImageSource.

public TransformedImageSource(DeviceContext2 context2, ImageSource imageSource, ref TransformedImageSourceProperties ropertiesRef)

Parameters

context2 DeviceContext2
imageSource ImageSource
ropertiesRef TransformedImageSourceProperties

TransformedImageSource(nint)

public TransformedImageSource(nint nativePtr)

Parameters

nativePtr nint

Properties

Properties

Retrieves the properties specified when the transformed image source was created. This value corresponds to the value passed to CreateTransformedImageSource.

public TransformedImageSourceProperties Properties { get; }

Property Value

TransformedImageSourceProperties

Source

Retrieves the source image used to create the transformed image source. This value corresponds to the value passed to CreateTransformedImageSource.

public ImageSource Source { get; }

Property Value

ImageSource

Operators

explicit operator TransformedImageSource(nint)

public static explicit operator TransformedImageSource(nint nativePtr)

Parameters

nativePtr nint

Returns

TransformedImageSource