ImageDevice.SetTransform

ImageDevice.SetTransform method

Sets the current coordinate space transformation.

[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
public override void SetTransform(Matrix matrix)
ParameterTypeDescription
matrixMatrixA transformation matrix.

See Also