How to Invert a DicomImage
From DicomObjectsWiki
By "invert", most people mean change black to white and visa versa, and this can be done by setting the "Width" property of DicomImage to some negative value:
DicomImage.Width = DicomImage.Width * -1
If however, you wish to rotate an image, then see the FlipState and RotateState properties of the image.
