Method Translate
Translate(double, double)
Returns a new point translated by the specified amounts along the X and Y axes.
public Point Translate(double dx, double dy)
Parameters
Returns
Translate(IPoint)
Returns a new point translated by the specified vector.
public Point Translate(IPoint delta)
Parameters
deltaIPointThe translation vector.