PointAddition Operator |
| 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
|