Rect

Namespace: PP.Ui;

Inheritance Hierarchy

PP.Ui.Rect

Description

The Rect interface is used to determine two-dimensional space rectangle parameters.

Properties

  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:

Working with General Visual Components