[]
ID2D1DrawTransform
[Guid("36bfdcb6-9739-435d-a30d-a653beff6a6f")]
public class DrawTransformNative : TransformNative, IUnknown, IDrawTransform, ITransform, ITransformNode, ICallbackable, IDisposable
Initializes a new instance of the DrawTransformNative class.
public DrawTransformNative(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT ID2D1DrawTransform::SetDrawInfo([In] ID2D1DrawInfo* drawInfo)
public void SetDrawInfo(DrawInformation drawInfo)
drawInfo
DrawInformationPerforms an explicit conversion from System.IntPtr to DrawTransformNative.
public static explicit operator DrawTransformNative(IntPtr nativePointer)
nativePointer
System.IntPtr