RealGrid2 API
Interface
Rectangle

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

PropertyTypeDescription
heightnumberheight
widthnumberwidth
xnumberleft
ynumbertop

Properties Desc

height

height

Type - number


width

width

Type - number


x

left

Type - number


y

top

Type - number