Accessors for class IlvRect

Properties

Description

Use the IlvRect class to create a rectangle, which is always specified in Rogue Wave Views Views by four numbers: the x and y coordinates of the top-left corner of the rectangle, the width and the height.

TypeNameDescriptionNotes
CallbackIlvRect(Int x = 0, Int y = 0, Int width = 1, Int height = 1)You can create an IlvRect by specifying its width, its height, and its x and y coordinates:
myRect = new IlvRect(10, 10, 20, 20);
IntbottomReturns the position of the indicated border on the y axis of the absolute coordinate system.
UInthSets or gets the height of the rectangle.
IntrightReturns the position of the indicated border on the x axis of the absolute coordinate system.
UIntwSets or gets the width of the rectangle.
IntxSets or gets the x coordinate of the top-left corner of the rectangle.
IntySets or gets the ycoordinate of the top-left corner of the rectangle.