Rectangle
Coordinate information of the rectangle
Signature:
export interface Rectangle
Remarks
This is a format that returns the cell location information in GridBase.getCellBounds().
Properties
Property | Type | Description |
---|---|---|
height | number | height |
width | number | width |
x | number | left |
y | number | top |
Properties Desc
height
height
Type
- number
width
width
Type
- number
x
left
Type
- number
y
top
Type
- number