Object
PointF
PointF | The default constructor for the PointF class. |
PointF | A constructor which takes x and y coordinates as a parameters. |
Clone | Returns a clone of the PointF. |
x | Sets or gets the x coordinate of the point. |
y | Sets or gets the y coordinate of the point. |
Clamp | Trims values in the point to values between minimum and maximum ranges. |
Distance | Returns the distance to another point. |
Equal | Returns true if two points are equal. |
Operator_Add | A + operator to be able to add two points together. |
Operator_Convert | A operator to convert the point to a string. |
Operator_Convert | Operator to automatically convert Xojo.Core.Point to PointF. |
Operator_Negate | A negate operator to be able to return the negate a point. |
Operator_Subtract | A - operator to be able to subtract a point from another. |
Rotate | Rotates the point in a coordinate system around a defined center point. |
Set | Sets all the values of the point in one call. |