[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.GdiMetafile

Class GdiMetafile

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

ID2D1GdiMetafile

[Guid("2f543dc3-cfc1-4211-864f-cfd91c6f3395")]
public class GdiMetafile : Resource, IDisposable, IUnknown
Inheritance
object
GdiMetafile
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

GdiMetafile(IntPtr)

Initializes a new instance of the GdiMetafile class.

public GdiMetafile(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

GetBounds()

HRESULT ID2D1GdiMetafile::GetBounds([Out] D2D_RECT_F* bounds)

public RectF GetBounds()

Returns

RectF

Operators

explicit operator GdiMetafile(IntPtr)

Performs an explicit conversion from System.IntPtr to GdiMetafile.

public static explicit operator GdiMetafile(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

GdiMetafile