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