PdfDevice.SetTransform

PdfDevice.SetTransform method

Specifies the current transform. Since most output formats do not implement this functionality, the inverse transform of the currentTransform is calculated and multiplied by the transform to be set.The result is then forwarded by a call to writeTransform(Transform).

public override void SetTransform(Matrix transform)
ParameterTypeDescription
transformMatrixTransform to be applied.

See Also