Click or drag to resize

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
Syntax
public static implicit operator Font (
	cFont font
)

Parameters

font
Type: Easymap.AddIn.Common.GraphicscFont

Return Value

Type: Font
See Also