PsDocument.Translate

PsDocument.Translate method

Adds translation to current graphics state (translates current matrix).

public void Translate(float x, float y)
ParameterTypeDescription
xSingleThe translation in X direction.
ySingleThe translation in Y direction.

See Also