Click or drag to resize

ImageView Methods

The ImageView type exposes the following members.

Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing document object.
Public methodConvDeviceToImg
Use this function to convert Device coordinates to Image (II_CURRENT) coordinates.
Public methodConvImgToDevice
Use this function to convert Image (II_CURRENT) coordinates to Device coordinates.
Public methodConvImgToView
Use this function to convert the Image (II_CURRENT) coordinates to View coordinates.
Public methodConvImgToWindow
Use this function to convert Image (II_CURRENT) coordinates to Window coordinates.
Public methodConvViewToImg
Use this function to convert the View coordinates to Image (II_CURRENT) coordinates.
Public methodConvWindowToImg
Use this function to convert Window coordinates to Image (II_CURRENT) coordinates.
Public methodDetach
Use this method to detach the control from an existing document.
Public methodEnsureVisible
Use this method to scroll a particular image rectangle into the view if it is not already visible.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(IVCTOOLBARBUTTON)
Use this method to force executing an ImageView command also available through the ImageView toolbar or popup menu.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(IVCTOOLBARBUTTON, Boolean, Boolean)
Use this method to request information about a particular toolbar command.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuItems
Use this method to return which item is displayed on the menu in a given group.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodGetToolbarButtons
Use this method to return which button is displayed on the menu in a given group.
Public methodHighlightRect
Use this method to frame a particular image rectangle.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodPrintImage
This method prints the currently displayed image.
Public methodPrintImageEx
This method prints the an image range.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp.
Public methodSetMenuItems
Use this method to set which item is displayed on the menu in a given group.
Public methodSetToolbarButtons
Use this method to set which button is displayed on the menu in a given group.
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Public methodUpdateCtrl
Use this method to invalidate and redraw the entire view.
Public methodUpdateCtrlRect
Use this method to invalidate and update a partial rectangle of the ImageView.
Top
See Also