TypeLib Xojo support Plugin

Rect.Constructor Constructor

A constructor which takes two points as a parameters.

Constructor(
   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