ImageDevice.ImageGraphicContext.Transform

ImageDevice.ImageGraphicContext.Transform method

Modify the current transformation matrix by multiplying the specified matrix.

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

See Also