Point Operators and Type Conversions |
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(Point, Point) |
Operator to return the addition of two points as a Point | |
| Addition(Point, Size) |
Operator to add a size to a point
| |
| Addition(Point, Int32) |
Operator to add a value to both the X and Y co-ordinates of a point
| |
| Division(Point, Size) |
Divides the specified point with a size | |
| Division(Point, Int32) |
Divides the X and Y co-ordinates of the specified point with a given value | |
| Equality |
Determines equality between two points
| |
| (PointF to Point) | ||
| (Size to Point) |
Explicit conversion from a size to a Point with a X and Y of the Width and Height values of the size, respectively
| |
| Inequality |
Determines the inequality between two points
| |
| Multiply(Int32, Point) |
Multiplies the X and Y co-ordinates of the specified point with a given factor | |
| Multiply(Point, Point) | Multiplies the X and Y co-ordinates of the two specified point values | |
| Multiply(Point, Size) |
Multiplies the specified point with a size | |
| Multiply(Point, Int32) |
Multiplies the X and Y co-ordinates of the specified point with a given factor | |
| Multiply(Point, Single) | ||
| Subtraction(Point, Point) |
Operator to return the difference between two points as a Size | |
| Subtraction(Point, Size) |
Operator to subtract a size from a point
| |
| Subtraction(Point, Int32) |
Operator to subtract a value from both the X and Y co-ordinates of a point
| |
| UnaryNegation |
Returns a new Point with negative x and y values of the specified point |