TXTextControl.Rectangle Object

Stores a Point and a Size object that represent the location and size of a rectangle.

Syntax

[JavaScript]
{
    location: <Point>,
    size: <Size>,
}

Properties

Property Description
location The location of the rectangle.
size The size of the rectangle.