Click or drag to resize

AxisGetMaxCharSize Method

Returns maximum char size

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected internal float GetMaxCharSize(
	Graphics g,
	string label,
	Font font
)

Parameters

g
Type: System.DrawingGraphics
Graphics
label
Type: SystemString
The label
font
Type: System.DrawingFont
The font

Return Value

Type: Single
Max width
See Also