RectXY
Syntax
interface RectXY {
x: number;
y: number;
width: number;
height: number;
}
Attributes
x
The x-coordinate of the upper-left corner of the area.
y
The y-coordinate of the upper-left corner of the area.
width
The width of the rectangle area. The unit is point.
height
The height of the rectangle area. The unit is point.