PointF.op_Subtraction
Contents
[
Hide
]operator -
Translates a PointF
by the negative of a given Size
.
public static PointF operator -(PointF point, Size size)
Parameter | Type | Description |
---|---|---|
point | PointF | A PointF to translate. |
size | Size | A Size that specifies the numbers to subtract from the x- and y-coordinates of the point. |
Return Value
The translated PointF
.
See Also
- struct Size
- struct PointF
- namespace Aspose.PSD
- assembly Aspose.PSD
operator -
Translates a PointF
by the negative of a specified SizeF
.
public static PointF operator -(PointF point, SizeF size)
Parameter | Type | Description |
---|---|---|
point | PointF | The PointF to translate. |
size | SizeF | The SizeF that specifies the numbers to subtract from the coordinates of point. |
Return Value
The translated PointF
.
See Also
- struct SizeF
- struct PointF
- namespace Aspose.PSD
- assembly Aspose.PSD