TypeLibF Xojo Plugin
PointF.Set Method
(console safe)
Sets all the values of the point in one call.
Set(
x
as
Single,
y
as
Single)
Parameters
x
The x coordinate to set.
y
The y coordinate to set.
Remarks
See Also
PointF Class