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. |
Is this page helpful?
Yes
No