ImageDevice.Translate

ImageDevice.Translate method

Applies the specified translation vector to the current transformation matrix.

public override void Translate(double x, double y)
ParameterTypeDescription
xDoubleThe x offset.
yDoubleThe y offset.

See Also