PsDocument.Transform

PsDocument.Transform method

Adds transformation to current graphics state (concatenates this matrix with current one).

public void Transform(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe transformation.

See Also