Implicit Type Conversion Operator (RtfFont)
In This Topic
Convert implicitly to drawing font.
Syntax
'Declaration
Public Operator Widening CType( _
ByVal As RtfFont _
) As System.Drawing.Font
public System.Drawing.Font operator implicit(
RtfFont
)
Parameters
- rtfFont
- The mate font object.
Return Value
Approximate font for Word/RTF font.
See Also