[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.Image

Class Image

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

ID2D1Image

[Guid("65019f75-8da2-497c-b32c-dfa34e48ede6")]
public class Image : Resource, IDisposable, IUnknown
Inheritance
object
Image
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

Image(IntPtr)

Initializes a new instance of the Image class.

public Image(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Operators

explicit operator Image(IntPtr)

Performs an explicit conversion from System.IntPtr to Image.

public static explicit operator Image(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Image