ICanvasContext.Transform

ICanvasContext.Transform method

Applies a transformation matrix to the context. See IMatrix.

public void Transform(IMatrix matrix)
ParameterTypeDescription
matrixIMatrixThe transformation matrix.

See Also