[]
        
(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
Image
Implements
Derived
Inherited Members

Constructors

Image(IntPtr)

Initializes a new instance of the Image class.

public Image(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Operators

explicit operator Image(IntPtr)

Performs an explicit conversion from IntPtr to Image.

public static explicit operator Image(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

Image