Click or drag to resize

FormattedTextIHandlerMeasure Method

Gets the size needed to draw the text.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
SizeF Measure()

Return Value

Type: SizeF
The size of the rectangle needed to draw the text
Remarks
This may be smaller than the MaximumSize.
See Also