createTextRect
Creates a text box with specified screen coordinates for position and size.
Syntax
RxCore.createTextRect(x, y, w, h, text)
Parameters
x, y, w, h
: number — Left, top, width, and height in screen coordinates.text
: string — Text content for the text box markup.
Returns
- NA — This method does not return a value.