Method OffsetBy
OffsetBy(double, double)
Returns new PointD with coordinates of this point translated by the specified amount.
public readonly PointD OffsetBy(double dx, double dy)
Parameters
Returns
OffsetBy(PointD)
Returns new PointD with coordinates of this point translated
by the specified amount specified in d
.
public readonly PointD OffsetBy(PointD d)
Parameters
d
PointD