|  | Point Operators and Type Conversions | 
The Point type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Addition | 
            Shifts point by a certain offset
             | 
|   | Equality | 
            Compares two Point objects. The result specifies whether the values of the X and Y properties of the two Point objects are equal.
             | 
|   | (Point to Vec2i) | |
|   | (Vec2i to Point) | |
|   | Inequality | 
            Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal.
             | 
|   | Multiply | 
            Shifts point by a certain offset
             | 
|   | Subtraction | 
            Shifts point by a certain offset
             | 
|   | UnaryNegation | 
            Unary minus operator
             | 
|   | UnaryPlus | 
            Unary plus operator
             | 
 See Also
See Also