ImageView Methods |
The ImageView type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attach |
Use this method to attach the control to an existing document object. |
![]() | ConvDeviceToImg |
Use this function to convert Device coordinates to Image (II_CURRENT) coordinates. |
![]() | ConvImgToDevice |
Use this function to convert Image (II_CURRENT) coordinates to Device coordinates. |
![]() | ConvImgToView |
Use this function to convert the Image (II_CURRENT) coordinates to View coordinates. |
![]() | ConvImgToWindow |
Use this function to convert Image (II_CURRENT) coordinates to Window coordinates. |
![]() | ConvViewToImg |
Use this function to convert the View coordinates to Image (II_CURRENT) coordinates. |
![]() | ConvWindowToImg |
Use this function to convert Window coordinates to Image (II_CURRENT) coordinates. |
![]() | Detach |
Use this method to detach the control from an existing document. |
![]() | EnsureVisible |
Use this method to scroll a particular image rectangle into the view if it is not already visible. |
![]() | ExecuteCommand(Int32) |
Executes control specific command if enabled programatically.
|
![]() | ExecuteCommand(IVCTOOLBARBUTTON) |
Use this method to force executing an ImageView command also available through the ImageView toolbar or popup menu. |
![]() | GetCommandState(Int32, Boolean, Boolean) |
Returns control specific command state as enabled or checked.
|
![]() | GetCommandState(IVCTOOLBARBUTTON, Boolean, Boolean) |
Use this method to request information about a particular toolbar command. |
![]() | GetMenu |
Returns a full menu about its own commands.
|
![]() | GetMenuItems |
Use this method to return which item is displayed on the menu in a given group.
|
![]() | GetMenuString |
Returns control specific menu string to be displayed in a menu.
|
![]() | GetMessageString |
Returns a detailed control specific menu string to be displayed in a menu.
|
![]() | GetToolbarButtons |
Use this method to return which button is displayed on the menu in a given group.
|
![]() | HighlightRect |
Use this method to frame a particular image rectangle. |
![]() | Int_Attach |
To attach the control to an existing IPRO object.
|
![]() | Int_Detach |
To detach the control from an existing IPRO object.
|
![]() | PrintImage |
This method prints the currently displayed image. |
![]() | PrintImageEx |
This method prints the an image range.
|
![]() | SetCommandHelpID |
Pairs a help ID to each command.
|
![]() | SetHelpID |
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp.
|
![]() | SetMenuItems |
Use this method to set which item is displayed on the menu in a given group.
|
![]() | SetToolbarButtons |
Use this method to set which button is displayed on the menu in a given group.
|
![]() | SetUILang |
Sets UI language from LANGUAGES enumeration of IPRO.
|
![]() | UpdateCtrl |
Use this method to invalidate and redraw the entire view.
|
![]() | UpdateCtrlRect |
Use this method to invalidate and update a partial rectangle of the ImageView. |