[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.DrawTransformNative

Class DrawTransformNative

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

ID2D1DrawTransform

[Guid("36bfdcb6-9739-435d-a30d-a653beff6a6f")]
public class DrawTransformNative : TransformNative, IUnknown, IDrawTransform, ITransform, ITransformNode, ICallbackable, IDisposable
Inheritance
object
DrawTransformNative
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DrawTransformNative(IntPtr)

Initializes a new instance of the DrawTransformNative class.

public DrawTransformNative(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

SetDrawInfo(DrawInformation)

HRESULT ID2D1DrawTransform::SetDrawInfo([In] ID2D1DrawInfo* drawInfo)

public void SetDrawInfo(DrawInformation drawInfo)

Parameters

drawInfo DrawInformation

Operators

explicit operator DrawTransformNative(IntPtr)

Performs an explicit conversion from System.IntPtr to DrawTransformNative.

public static explicit operator DrawTransformNative(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

DrawTransformNative