Metafile Constructor (IntPtr, Rectangle)
.NET Framework (current version)
Initializes a new instance of the Metafile class from the specified device context, bounded by the specified rectangle.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- referenceHdc
-
Type:
System::IntPtr
The handle to a device context.
- frameRect
-
Type:
System.Drawing::Rectangle
A Rectangle 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
Available since 1.1
Show: