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