ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearPageDisplay Interface
Properties Methods Events

In This Topic
    IImGearPageDisplay Interface Members
    In This Topic

    The following tables list the members exposed by IImGearPageDisplay.

    Public Properties
     NameDescription
     PropertyGets bitonal anti-aliasing settings.  
     PropertyGets or sets ImGearAnnotationPage object associated with this display page.  
     PropertyGets background drawing attributes.  
     PropertyGets the list of extra channels and their display options.  
     PropertyGets color anti-aliasing attributes.  
     PropertyGets or sets the DICOM specific display contrast settings.  
     PropertyGets image display layout settings.  
     PropertyGets or sets a display lookup table.  
     PropertyGets image orientation attributes.  
     PropertyGets or sets ImGearPage object associated with this display page.  
     PropertyGets re-sampling attributes.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. 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.  
     MethodReturns new instance of image scrolling attributes object.  
     MethodReturns a new instance of an object containing current zoom settings.  
     MethodHandles scrolling events.  
     MethodThis method is used by ImageGear internally.  
     MethodScrolls the image to the specified position and updates the scrollbars accordingly.  
     MethodUpdates the ImGearPageDisplay lookup table.  
     MethodUpdates image scroll attributes with new values.  
     MethodUpdates image zoom attributes.  
     MethodPerforms zooming to specified device rectangle and returns new zoom information.  
    Top
    Public Events
     NameDescription
     EventOccurs when the lookup table is updated.  
     EventOccurs when a page is scrolled.  
     EventOccurs when a page is zoomed.  
     EventOccurs when a page is scrolled or when the scrollbar visibile or enabled state changes.  
    Top
    See Also