Class TransformedImageSource
[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
DeviceContext2imageSource
ImageSourceropertiesRef
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
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
Operators
explicit operator TransformedImageSource(nint)
public static explicit operator TransformedImageSource(nint nativePtr)
Parameters
nativePtr
nint