Operator operator +
operator +(PointF, Size)
public static PointF operator +(PointF point, Size size)
Parameters
point
PointFThe PointF to translate.
size
SizeA Size that specifies the pair of numbers to add to the coordinates of
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 add to the x- and y-coordinates of the
point
.