[]
Returns the result of addition of size to point.
public static Point2D operator +(Point2D p, Size2D sz)
| Type | Name | Description |
|---|---|---|
| Point2D | p | |
| Size2D | sz |
| Type | Description |
|---|---|
| Point2D |
Returns the result of addition of point2 to point1.
public static Point2D operator +(Point2D point1, Point2D point2)
| Type | Name | Description |
|---|---|---|
| Point2D | point1 | |
| Point2D | point2 |
| Type | Description |
|---|---|
| Point2D |