Graphics.FromHdcInternal Method (IntPtr)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a Graphics for the specified device context.
Assembly: System.Drawing (in System.Drawing.dll)
[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.UnmanagedCode)>] static member FromHdcInternal : hdc:nativeint -> Graphics
Parameters
- hdc
-
Type:
System.IntPtr
Handle to a device context.
This method should not be used.
.NET Framework
Available since 1.1
Available since 1.1
Show: