ImageGear22.Core Assembly > ImageGear.Display Namespace : IImGearPageDisplay Interface |
The following tables list the members exposed by IImGearPageDisplay.
Name | Description | |
---|---|---|
AntiAliasing | Gets bitonal anti-aliasing settings. | |
ARTPage | Gets or sets ImGearAnnotationPage object associated with this display page. | |
Background | Gets background drawing attributes. | |
Channels | Gets the list of extra channels and their display options. | |
ColorAntiAliasing | Gets color anti-aliasing attributes. | |
DICOMDisplaySettings | Gets or sets the DICOM specific display contrast settings. | |
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 | |
---|---|---|
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. | |
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. | |
InternalUseOnly | This method is used by ImageGear internally. | |
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 | |
---|---|---|
LUTUpdated | Occurs when the lookup table is updated. | |
PageScrolled | Occurs when a page is scrolled. | |
PageZoomed | Occurs when a page is zoomed. | |
ScrollChanged | Occurs when a page is scrolled or when the scrollbar visibile or enabled state changes. |