TypeLibF Xojo Plugin

PointF.Set Method

Sets all the values of the point in one call.

Set(
   x as Double,
   y as Double)

Parameters

x
The x coordinate to set.
y
The y coordinate to set.

Remarks

See Also

PointF Class