Description:
The instance of IGPageViewCtl Control should be either added to the form during design time, or created dynamically during run time.
Interface:
IIGPageViewCtl
Members:
Methods
DrawText Method |
Use this method in IGPageViewCtl control's AfterDraw event to draw a text over the image. |
UpdateView Method |
This method causes redraw of the View control window. |
Events
AfterDraw Event |
Fires after the image is drawn on the device context. |
BeforeDraw Event |
Fires before the image is drawn on the device context. |
DropFiles Event |
Fires when the user drops files on the control's window. |
KeyDown Event |
Occurs when the user presses a key on the keyboard. |
KeyPress Event |
Occurs when the user presses and releases a key on the keyboard. |
KeyUp Event |
Occurs when the user releases a key on the keyboard. |
MouseDblClick Event |
Mouse event, fired for each mouse double click. |
MouseDown Event |
Mouse event, fired each time any mouse button is pressed. |
MouseMove Event |
Mouse event, fired each time mouse is moved across the View control window. |
MouseUp Event |
Mouse event, fired each time any mouse button is released. |
MouseWheel Event |
Mouse event, fired each time the mouse wheel is scrolled over the View control window. |
Scroll Event |
Scroll event is fired each time the state of the image scroll bars is changed. |
SelectEvent Event |
This event is evoked when the user releases the left mouse button after selecting a rectangle. |