Device.Translate

Device.Translate method

Translates the current transformation matrix. Calls writeTransform(Transform).

public virtual void Translate(double x, double y)
ParameterTypeDescription
xDoubleTranslation in X axis.
yDoubleTranslation in Y axis.

See Also