CurveTo.Shift

CurveTo.Shift method

Performs shift by x and y coordinates.

public void Shift(double dx, double dy)
ParameterTypeDescription
dxDoubleValue dx.
dyDoubleValue dy.

See Also