PointF.Subtract
Contents
[
Hide
]Subtract(PointF, Size)
Translates a PointF
by the negative of a specified size.
public static PointF Subtract(PointF point, Size size)
Parameter | Type | Description |
---|---|---|
point | PointF | The PointF to translate. |
size | Size | The Size that specifies the numbers to subtract from the coordinates of point. |
Return Value
The translated PointF
.
See Also
- struct Size
- struct PointF
- namespace Aspose.PSD
- assembly Aspose.PSD
Subtract(PointF, SizeF)
Translates a PointF
by the negative of a specified size.
public static PointF Subtract(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