ImageDevice.Transform

ImageDevice.Transform method

Multiplies the current transformation matrix by the specified Matrix.

public override void Transform(Matrix transform)
ParameterTypeDescription
transformMatrixThe matrix by which the current transformation matrix is to be multiplied.

See Also