Method Subtract
Subtract(PointF, Size)
Translates a PointF by the negative of a specified size.
public static PointF Subtract(PointF point, Size size)
Parameters
point
PointFThe PointF to translate.
size
SizeThe Size that specifies the numbers to subtract from the coordinates of
point
.
Returns
Subtract(PointF, SizeF)
Translates a PointF by the negative of a specified size.
public static PointF Subtract(PointF point, SizeF size)
Parameters
point
PointFThe PointF to translate.
size
SizeFThe SizeF that specifies the numbers to subtract from the coordinates of
point
.