| ImageGear Professional v18.2 > API Reference Guide > View Component API Reference > View Component Objects > IGPageViewCtl Control > IGPageViewCtl Events > SelectEvent Event |
Fires when the user releases the left mouse button after selecting a rectangle and the property SelectEvent Property is set to IG_VIEW_SELECT_FIRE or IG_VIEW_SELECT_FIRE_AND_ZOOM.
Sub IGPageViewCtl1_SelectEvent(lplLeft As Long, lplTop As Long,
lplRight As Long, lplBottom As Long)
| Name | Description |
|---|---|
| lplLeftX | X coordinate of the left-top corner of the rectangle selected |
| lplTopY | Y coordinate of the left-top corner of the rectangle selected |
| lplRightX | X coordinate of the bottom-right corner of the rectangle selected |
| lplBottomY | Y coordinate of the bottom-right corner of the rectangle selected |
Display_View