Hi all,
I would like to display non-DICOM images, however it needs the following requirements:
- Create a blank ImageBox.
- Create a image(ColorImageGraphic or Bitmap)
- Display the image on the ImageBox.
Put simply, I would like to make a plugin that can draw somthing on a plain view.
I created a blank ImageBox, then I tried some ways(e.g. make a image->add it to DisplaySet->Draw), but it didin't work well.
I referred to Developer's Guide, but I'm new in C Sharp and my English language skill is bad, so I couldn't find out.
Could anyone help me?
Many thanks,
Shohei