ILNumerics Ultimate VS

MeasureTextDelegate Delegate

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
delegate used to measure text, device dependent

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public delegate Size MeasureTextDelegate(
	string text,
	Font font
)

Parameters

text
Type: SystemString
text to be measured
font
Type: System.DrawingFont
Font used for rendering

Return Value

Type: Size
Size in screen coords
Remarks

[ILNumerics Visualization Engine]

See Also

Reference