DocDevice.DocGraphicContext.Transform

DocDevice.DocGraphicContext.Transform method

Modify the current transformation matrix by multiplying the specified matrix.

public override void Transform(IMatrix matrix)
ParameterTypeDescription
matrixIMatrixTransformation matrix.

See Also