Method Add
Add(PointF, Size)
public static PointF Add(PointF point, Size size)
Parameters
point
PointFThe PointF to translate.
size
SizeThe Size that specifies the numbers to add to the coordinates of
point
.
Returns
Add(PointF, SizeF)
public static PointF Add(PointF point, SizeF size)
Parameters
point
PointFThe PointF to translate.
size
SizeFThe SizeF that specifies the numbers to add to the coordinates of
point
.