Matrix.Dispose

Matrix.Dispose method

Releases all resources used by this Matrix.

public void Dispose()

Remarks

This method actually does nothing. It’s just for compatibility with System.Drawing API.

See Also