UtilsLib REALbasic Support Plugin

Rect.Rect Constructor

A constructor which takes two points as a parameters.

Rect(
   p1 as Point,
   p2 as Point)

Parameters

p1
The point that defines the top left point of the rectangle.
p2
The point that defines the bottom right point of the rectangle.

Remarks

See Also

Rect Class