Name | Description | |
---|---|---|
ImGearPageDisplay Constructor | Overloaded. Initializes a new instance of the ImGearPageDisplay class. |
The following tables list the members exposed by ImGearPageDisplay.
Name | Description | |
---|---|---|
ImGearPageDisplay Constructor | Overloaded. Initializes a new instance of the ImGearPageDisplay class. |
Name | Description | |
---|---|---|
AntiAliasing | Gets bitonal anti-aliasing settings. | |
ARTPage | Gets or sets ImGearAnnotationPage object associated with this display page. | |
Background | Gets background drawing attributes. | |
Brightness | Gets or sets the brightness level of the displayed image. | |
Channels | Gets the list of extra channels and their display options. | |
ColorAntiAliasing | Gets color anti-aliasing attributes. | |
Contrast | Gets or sets the contrast level of the displayed image. | |
DICOMDisplaySettings | Gets or sets the DICOM specific display contrast settings. | |
Gamma | Gets or sets the gamma level of the displayed image. | |
Layout | Gets image display layout settings. | |
LUT | Gets or sets a display lookup table. | |
Orientation | Gets image orientation attributes. | |
Page | Gets or sets ImGearPage object associated with this display page. | |
Resampling | Gets re-sampling attributes. |
Name | Description | |
---|---|---|
Clone | Copies ImGearPageDisplay class object. | |
ConvertCoordinates | Overloaded. Translates coordinates between image and device coordinate systems (depending on the value of the "Mode" parameter). The array parameter can point to array of points or double points. | |
Draw | Draws image on .NET Graphics. | |
DrawEx | Draws image on .NET Graphics. | |
GetScrollInfo | Returns new instance of image scrolling attributes object. | |
GetZoomInfo | Returns a new instance of an object containing current zoom settings. | |
HandleScroll | Handles scrolling events. | |
HandleUpdate | Handles update event. This handler is called synchronously by page view control, when its Update() method is called. | |
InternalUseOnly | Gets the ImGearPageDisplay. | |
Draws the image on .NET Graphics for printing. Call to Print(hdc) is equal to call DrawEx(null, hdc, true) . | ||
ScrollTo | Scrolls the image to the specified position and updates the scrollbars accordingly. | |
UpdateLUT | Updates the ImGearPageDisplay lookup table. | |
UpdateScrollFrom | Updates image scroll attributes with new values. | |
UpdateZoomFrom | Updates image zoom attributes. | |
ZoomToRectangle | Performs zooming to specified device rectangle and returns new zoom information. |
Name | Description | |
---|---|---|
OnLUTUpdated | Occurs when the lookup table is updated. | |
OnPageScrolled | Occurs when a page is scrolled. | |
OnPageZoomed | Occurs when a page is zoomed. | |
OnPropertyChanged | Occurs when a property value changes. | |
OnScrollChanged | Occurs when a page is scrolled or when the scrollbar visible or enabled state changes. |
Name | Description | |
---|---|---|
LUTUpdated | Occurs when the lookup table is updated. | |
PageScrolled | Occurs when a page is scrolled. | |
PageZoomed | Occurs when a page is zoomed. | |
PropertyChanged | Occurs when a property value changes. | |
ScrollChanged | Occurs when a page is scrolled or when the scrollbar visible or enabled state changes. |