Explicit Type Conversion Operator (Font)
In This Topic
Implicit convert specified cross-platform font description to System.Drawing.Font.
Syntax
'Declaration
Public Operator Narrowing CType( _
ByVal As Font _
) As Font
public Font operator explicit(
Font
)
Parameters
- font
See Also