RoundTextBoxGetDisplayedTextBounds Method
This method return bounds rectangle to specified text area.
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
protected virtual Rectangle GetDisplayedTextBounds()
Protected Overridable Function GetDisplayedTextBounds As Rectangle
Return Value
RectangleBounds for drawing text
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.