RoundTextBoxGetDisplayedTextBounds Method

This method return bounds rectangle to specified text area.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
protected virtual Rectangle GetDisplayedTextBounds()

Return Value

Rectangle
Bounds for drawing text

Remarks

If you want change location or size of area where text is drawn you should create new control that inherit from RoundTextBox and override GetDisplayedTextBounds method.

See Also