Point.op_Subtraction
Point Subtraction operator
Translates a Point
by the negative of a given Size
.
public static Point operator -(Point point, Size size)
Parameter | Type | Description |
---|---|---|
point | Point | The Point to translate. |
size | Size | A Size that specifies the pair of numbers to subtract from the coordinates of point. |
Return Value
A Point
structure that is translated by the negative of a given Size
structure.
See Also
- struct Size
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging