Namespace: PP.Ui;
PP.Ui.Rect
The Rect interface is used to determine two-dimensional space rectangle parameters.
Property name | Brief description | |
height | The height property determines a rectangle height value. | |
left | The left property determines a value of the X value coordinate of rectangle's top left corner. | |
top | The top property determines a value of the Y coordinate of the rectangle's top left corner. | |
width | The width property determines a rectangle width value. |
See also: