[]
ID2D1SourceTransform
[Guid("db1800dd-0c34-4cf9-be90-31cc0a5653e1")]
public class SourceTransformNative : TransformNative, IUnknown, ISourceTransform, ITransform, ITransformNode, ICallbackable, IDisposable
Initializes a new instance of the SourceTransformNative class.
public SourceTransformNative(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT ID2D1SourceTransform::Draw([In] ID2D1Bitmap1* target,[In] const RECT* drawRect,[In] D2D_POINT_2U targetOrigin)
public void Draw(Bitmap1 target, RectL drawRect, Point2L targetOrigin)
HRESULT ID2D1SourceTransform::SetRenderInfo([In] ID2D1RenderInfo* renderInfo)
public void SetRenderInfo(RenderInformation renderInfo)
renderInfo
RenderInformationPerforms an explicit conversion from System.IntPtr to SourceTransformNative.
public static explicit operator SourceTransformNative(IntPtr nativePointer)
nativePointer
System.IntPtr