ImageDevice.Translate

ImageDevice.Translate method

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

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

See Also