cFont Conversion (cFont to Font) |
Converts a
cFont to a System.Drawing.Font
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic static implicit operator Font (
cFont font
)
Public Shared Widening Operator CType (
font As cFont
) As Font
Parameters
- font
- Type: Easymap.AddIn.Common.GraphicscFont
Return Value
Type:
Font
See Also