Metafile Constructor (IntPtr, RectangleF)

 

Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
Metafile(
	IntPtr referenceHdc,
	RectangleF frameRect
)

Parameters

referenceHdc
Type: System::IntPtr

The handle to a device context.

frameRect
Type: System.Drawing::RectangleF

A RectangleF that represents the rectangle that bounds the new Metafile.

SecurityPermission

for access to unmanaged code. Related enumeration: SecurityPermissionFlag::UnmanagedCode

.NET Framework
Available since 1.1
Return to top
Show: