Point.op_Subtraction
Point Subtraction operator
Translates a Point
by the negative of a given Size
.
public static Point operator -(Point pt, Size sz)
Parameter | Type | Description |
---|---|---|
pt | Point | The Point to add. |
sz | Size | The Size to add |
Return Value
The Point
that is the result of the translate operation.
See Also
- struct Size
- struct Point
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common