[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager Info=An image box is a user control that is similar to picture box, but display Emgu CV IImage and provides enhenced functionalities. [Edit] Class=Image Color=BackColor [Property] Width= | |100 Height= | |50 BackColor= | |clBtnFace @BorderStyle=Indicates the border style for the control. ARG(BorderStyle)|14|0|None,FixedSingle,Fixed3D @ErrorImage=Sets the image to display when an error occurs during the image-loading process or if the image load is canceled. ARG(Image)|20|(empty)|Image @FunctionalMode=Sets the functional mode for the ImageBox. ARG(FunctionalModeOption)|21|8|Minimum,RightClickMenu,PanAndZoom,Everything @Image=Sets the image for this image box. ARG(IImage)|20|(empty)|Image @ImageLocation=Sets the path or URL for the image to display in the ImageBox. ARG(string)|2| @InitialImage=Sets the image displayed in the ImageBox control when the main image is loading. ARG(Image)|20|(empty)|Image @SizeMode=Indicates how the image is displayed. ARG(ImageBoxSizeMode)|14|0|Normal,StretchImage,AutoSize,CenterImage,Zoom @WaitOnLoad=Sets a value indicating whether an image is loaded synchronously. ARG(bool)|14|1|True,False [Methods] *doCancelAsync=Cancels an asynchronous image load. ARG()|1|0 doDisplayedImage=Sets the image that is being displayed. It`s the Image following by some user defined image operation. ARG(IImage image)|1|0 *doImeMode=Sets the Input Method Editor mode supported by this control. ARG(ImeMode)|1|0 *doLoad=Displays the image specified by the ImageLocation property of the ImageBox. ARG()|1|0 *doLoad2=Sets the ImageLocation to the specified URL and displays the image indicated. ARG(string url)|1|0 *doLoadAsync=Loads the image asynchronously. ARG()|1|0 *doLoadAsync2=Loads the image at the specified location, asynchronously. ARG(string url)|1|0 *onLoadCompleted=Occurs when the asynchronous image-load operation is completed, been canceled, or raised an exception. ARG(AsyncCompletedEventArgs)|2|0 *onLoadProgressChanged=Occurs when the progress of an asynchronous image-loading operation has changed. ARG(ProgressChangedEventArgs)|2|0 *onSizeModeChanged=Occurs when SizeMode changes. ARG(EventArgs)|2|0 *BorderStyle=Indicates the border style for the control. ARG(BorderStyle)|3|0 *DisplayedImage=Returns the image that is being displayed. ARG(IImage)|3|0 *ErrorImage=Returns the image to display when an error occurs during the image-loading process or if the image load is canceled. ARG(Image)|3|0 *FunctionalMode=Returns the functional mode for the ImageBox. ARG(FunctionalModeOption)|3|0 *.Image=Returns the image that is set for this image box. ARG(IImage)|3|0 *ImageLocation=Returns the path or URL for the image to display in the ImageBox. ARG(string)|3|2 *ImeMode=Returns the Input Method Editor mode supported by this control. ARG(ImeMode)|3|0 *InitialImage=Returns the image displayed in the ImageBox control when the main image is loading. ARG(Image)|3|0 *SizeMode=Indicates how the image is displayed. ARG(ImageBoxSizeMode)|3|0 *WaitOnLoad=Returns a value indicating whether an image is loaded synchronously. ARG(bool)|3|104 ImageBox=Returns the ImageBox object. ARG(ImageBox)|3|0 *url=The path for the image to display in the ImageBox. ARG(string)|4|2 Image=Defines the image that is being displayed. ARG(IImage)|4|0