Search found 2 matches

by Minkuk
Wed Jul 15, 2020 3:52 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: ImageViewer Invert
Replies: 3
Views: 2290

Re: ImageViewer Invert

Thank you for answering
'M_DicomAnnotationTool.DicomViewerTool.IsImageNegative != m_DicomAnnotationTool.DicomViewerTool.IsImageNegative; '
Inversion using the code worked fine.

But I also do Rotate here but there is no function that acts like Invert.

Is there a Rotate related function?
by Minkuk
Tue Jul 14, 2020 10:54 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: ImageViewer Invert
Replies: 3
Views: 2290

ImageViewer Invert

I had a problem with "ImageViewer.Image.Invert()". "ImageViewer1.VisualTool = m_DicomAnnotationTool;'When using the source and "ImageViewer.Image.Invert ()", there is no reaction. However, "imageViewer1.VisualTool = m_DicomAnnotationTool;'If you do Invert without using ...