Font.MeasureString Method

Gets the measuring font characteristics.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public StringMeasure MeasureString(
	string value
)

Parameters

value

Type: System.String

A string to measure.

Return Value

The measuring font characteristics.

See Also

Reference

Manual