Hi,
I am trying to add the Image annotation items to the ImageViewer (E.g. R and L indicators on CR image)
I am using the ColorImageGraphic object and embed it to the Overlay Graphics.
Here is how i have done it:
ColorImageGraphic image = new ColorImageGraphic(bmp.Width, bmp.Height, bitmapData);
MoveControlGraphic imageMove = new MoveControlGraphic(image);
The problem is:
1. The size of the image is set relative to the actual image loaded in the image box and zooms in and out with the loaded image.
2. The ImageGraphic.Move() method is not implemented and hence the Annotation image doesn't move.
I am using CC SDK 1.5.
Any help on the issues is appreciated.
Regards,
Vaibhav