TypeLibF Xojo Plugin

RectF.Constructor Constructor

A constructor which takes two PointF as a parameters.

Constructor(
   p1 as PointF,
   p2 as PointF)

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

RectF Class