GraphicContext.Transform

GraphicContext.Transform method

Modify the current transformation matrix by multiplying the specified matrix.

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

See Also