Operator operator -
operator -(PointF, Size)
public static PointF operator -(PointF point, Size size)
Parameters
point
PointFA PointF to translate.
size
SizeA Size that specifies the numbers to subtract from the x- and y-coordinates of the
point
.
Returns
operator -(PointF, SizeF)
public static PointF operator -(PointF point, SizeF size)
Parameters
point
PointFThe PointF to translate.
size
SizeFThe SizeF that specifies the numbers to subtract from the coordinates of
point
.