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: 12.0.0.0
Syntax public 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:
FontSee Also