Font::FromHdc Method (IntPtr)
.NET Framework (current version)
Creates a Font from the specified Windows handle to a device context.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- hdc
-
Type:
System::IntPtr
A handle to a device context.
| Exception | Condition |
|---|---|
| ArgumentException | The font for the specified device context is not a TrueType font. |
For this method to work, the hdc parameter must contain a handle to a device context in which a font is selected. This method will not work with an hdc handle acquired from a GDI+ Graphics object because the hdc handle does not have a font selected.
SecurityPermission
for access to unmanaged code. Related enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: