Drawable.TextBounds Method
Calculates the bounding box of a text string if drawn with DrawString.
TextBounds(System.String text, Font font, Pen pen, System.Double haloWidth)
Calculates the bounding box of a text string if drawn with DrawString.Syntax
public Rectangle TextBounds (
System.String text,
Font font,
Pen pen,
System.Double haloWidth
)
Parameters
The text to draw.
The font to use.
The pen to use.
The width of a text halo, in pixels.
Return Value
The bounding box of the text if drawn, expressed in pixel coordinates.
Remarks
This method calculates and returns the bounding box of a text, as it would be drawn by a call to DrawString. The corners of the returned rectangle define the extent of the text from the point it is drawn at (that is, the corners are expressed in pixel coordinates with origin at the insertion point).
Platforms
Windows, Linux, Android