PdfDevice.PdfGraphicContext.Transform

PdfDevice.PdfGraphicContext.Transform method

Modify the current transformation matrix by multiplying the specified matrix.

public override void Transform(Matrix matrix)
ParameterTypeDescription
matrixMatrixTransformation matrix.

See Also