Once the ImGearPage Class object is obtained (either by itself, or as part of an ImGearDocument Class), the most common thing to do with it is to display it on the computer screen. Usually, an application will only display a given image on the computer screen once. However, there are many situations when an application will need to display the same image more than once (e.g., to allow the end user to apply some alternate display settings, the application needs to show "before" and "after" images at the same time). The various control options used to determine the appearance on the screen are all bundled together in a single object called ImGearPresentationPageDisplay Class. Each ImGearPresentationPageDisplay Class is associated with one (and only one) ImGearPage Class, but a given ImGearPage Class can have any number (0, 1, or more) of ImGearPresentationPageDisplay Class instances associated with it.
All that is necessary is to create an ImGearPresentationPageDisplay Class instance attached to the page, set up display style optionally, and call its Draw Method member during paint event handling.
This section provides information about the following:
- ImGearPresentationPageDisplay Class
- ImGearPresentationPageDisplay Functions
- ImageRect, ClipRect, and DeviceRect
- Displaying Medical Images
- Specifying Scale Settings
- Displaying Images in Silverlight