TypeLib Xojo support Plugin

Rectangle.Constructor Constructor

A constructor which takes two points as a parameters.

Constructor(
   p1 as EinhugurGeometry.Point,
   p2 as EinhugurGeometry.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

Rectangle Class