Font::ToLogFont Method (Object^, Graphics^)
.NET Framework (current version)
Creates a GDI logical font (LOGFONT) structure from this Font.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- logFont
-
Type:
System::Object^
An Object to represent the LOGFONT structure that this method creates.
- graphics
-
Type:
System.Drawing::Graphics^
A Graphics that provides additional information for the LOGFONT structure.
| Exception | Condition |
|---|---|
| ArgumentNullException | graphics is null. |
This method sets the logFont parameter to the results of the font conversion. For more information about logical fonts, see LOGFONT structure.
SecurityPermission
for access to unmanaged code. Related enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: