The Image viewer that display IImage
Namespace:
Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.1.0.793 (2.1.0.793)
Syntax
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() | Events ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | ||
---|---|---|---|
![]() | ImageViewer()()() |
Create an ImageViewer
| |
![]() | ImageViewer(IImage) |
Create an ImageViewer from the specific img | |
![]() | ImageViewer(IImage, String) |
Create an ImageViewer from the specific img, using imageName as window name
| |
![]() | AcceptButton | Gets or sets the button on the form that is clicked when the user presses the ENTER key. (Inherited from Form.) | |
![]() | AccessibilityNotifyClients(AccessibleEvents, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. (Inherited from Control.) | |
![]() | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . (Inherited from Control.) | |
![]() | AccessibilityObject | Gets the AccessibleObject assigned to the control. (Inherited from Control.) | |
![]() | AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.) | |
![]() | AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (Inherited from Control.) | |
![]() | AccessibleName | Gets or sets the name of the control used by accessibility client applications. (Inherited from Control.) | |
![]() | AccessibleRole | Gets or sets the accessible role of the control (Inherited from Control.) | |
![]() | Activate()()() | Activates the form and gives it focus. (Inherited from Form.) | |
![]() | Activated | Occurs when the form is activated in code or by the user. (Inherited from Form.) | |
![]() | ActivateMdiChild(Form) | Activates the MDI child of a form. (Inherited from Form.) | |
![]() | ActiveControl | Gets or sets the active control on the container control. (Inherited from ContainerControl.) | |
![]() | ActiveMdiChild | Gets the currently active multiple-document interface (MDI) child window. (Inherited from Form.) | |
![]() | AddOwnedForm(Form) | Adds an owned form to this form. (Inherited from Form.) | |
![]() | AdjustFormScrollbars(Boolean) | (Inherited from Form.) | |
![]() | AllowDrop | Gets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from Control.) | |
![]() | AllowTransparency | Gets or sets a value indicating whether the opacity of the form can be adjusted. (Inherited from Form.) | |
![]() | Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from Control.) | |
![]() | ApplyAutoScaling()()() | Obsolete. Resizes the form according to the current value of the AutoScaleBaseSize property and the size of the current font. (Inherited from Form.) | |
![]() | AutoScale | Obsolete. Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls. (Inherited from Form.) | |
![]() | AutoScaleBaseSize | Gets or sets the base size used for autoscaling of the form. (Inherited from Form.) | |
![]() | AutoScaleDimensions | Gets or sets the dimensions that the control was designed to. (Inherited from ContainerControl.) | |
![]() | AutoScaleFactor | Gets the scaling factor between the current and design-time automatic scaling dimensions. (Inherited from ContainerControl.) | |
![]() | AutoScaleMode | Gets or sets the automatic scaling mode of the control. (Inherited from ContainerControl.) | |
![]() | AutoScroll | Gets or sets a value indicating whether the form enables autoscrolling. (Inherited from Form.) | |
![]() | AutoScrollMargin | Gets or sets the size of the auto-scroll margin. (Inherited from ScrollableControl.) | |
![]() | AutoScrollMinSize | Gets or sets the minimum size of the auto-scroll. (Inherited from ScrollableControl.) | |
![]() | AutoScrollOffset | Gets or sets where this control is scrolled to in ScrollControlIntoView(Control). (Inherited from Control.) | |
![]() | AutoScrollPosition | Gets or sets the location of the auto-scroll position. (Inherited from ScrollableControl.) | |
![]() | AutoSize | Resize the form according to the setting of AutoSizeMode. (Inherited from Form.) | |
![]() | AutoSizeChanged | (Inherited from Form.) | |
![]() | AutoSizeMode | Gets or sets the mode by which the form automatically resizes itself. (Inherited from Form.) | |
![]() | AutoValidate | (Inherited from Form.) | |
![]() | AutoValidateChanged | (Inherited from Form.) | |
![]() | BackColor | (Inherited from Form.) | |
![]() | BackColorChanged | Occurs when the value of the BackColor property changes. (Inherited from Control.) | |
![]() | BackgroundImage | Gets or sets the background image displayed in the control. (Inherited from Control.) | |
![]() | BackgroundImageChanged | Occurs when the value of the BackgroundImage property changes. (Inherited from Control.) | |
![]() | BackgroundImageLayout | Gets or sets the background image layout as defined in the ImageLayout enumeration. (Inherited from Control.) | |
![]() | BackgroundImageLayoutChanged | Occurs when the BackgroundImageLayout property changes. (Inherited from Control.) | |
![]() | BeginInvoke(Delegate) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from Control.) | |
![]() | BeginInvoke(Delegate, array<Object>[]()[]) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. (Inherited from Control.) | |
![]() | BindingContext | (Inherited from ContainerControl.) | |
![]() | BindingContextChanged | Occurs when the value of the BindingContext property changes. (Inherited from Control.) | |
![]() | Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control.) | |
![]() | Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from Control.) | |
![]() | BringToFront()()() | Brings the control to the front of the z-order. (Inherited from Control.) | |
![]() | CancelButton | Gets or sets the button control that is clicked when the user presses the ESC key. (Inherited from Form.) | |
![]() | CanEnableIme | Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from ContainerControl.) | |
![]() | CanFocus | Gets a value indicating whether the control can receive focus. (Inherited from Control.) | |
![]() | CanRaiseEvents | Determines if events can be raised on the control. (Inherited from Control.) | |
![]() | CanSelect | Gets a value indicating whether the control can be selected. (Inherited from Control.) | |
![]() | Capture | Gets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.) | |
![]() | CausesValidation | Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from Control.) | |
![]() | CausesValidationChanged | Occurs when the value of the CausesValidation property changes. (Inherited from Control.) | |
![]() | CenterToParent()()() | Centers the position of the form within the bounds of the parent form. (Inherited from Form.) | |
![]() | CenterToScreen()()() | Centers the form on the current screen. (Inherited from Form.) | |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (Inherited from Control.) | |
![]() | Click | Occurs when the control is clicked. (Inherited from Control.) | |
![]() | ClientRectangle | Gets the rectangle that represents the client area of the control. (Inherited from Control.) | |
![]() | ClientSize | Gets or sets the size of the client area of the form. (Inherited from Form.) | |
![]() | ClientSizeChanged | Occurs when the value of the ClientSize property changes. (Inherited from Control.) | |
![]() | Close()()() | Closes the form. (Inherited from Form.) | |
![]() | Closed | Occurs when the form is closed. (Inherited from Form.) | |
![]() | Closing | Occurs when the form is closing. (Inherited from Form.) | |
![]() | CompanyName | Gets the name of the company or creator of the application containing the control. (Inherited from Control.) | |
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
![]() | Contains(Control) | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.) | |
![]() | ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control.) | |
![]() | ContextMenu | Gets or sets the shortcut menu associated with the control. (Inherited from Control.) | |
![]() | ContextMenuChanged | Occurs when the value of the ContextMenu property changes. (Inherited from Control.) | |
![]() | ContextMenuStrip | Gets or sets the ContextMenuStrip associated with this control. (Inherited from Control.) | |
![]() | ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. (Inherited from Control.) | |
![]() | ControlAdded | Occurs when a new control is added to the Control..::.ControlCollection. (Inherited from Control.) | |
![]() | ControlBox | Gets or sets a value indicating whether a control box is displayed in the caption bar of the form. (Inherited from Form.) | |
![]() | ControlRemoved | Occurs when a control is removed from the Control..::.ControlCollection. (Inherited from Control.) | |
![]() | Controls | Gets the collection of controls contained within the control. (Inherited from Control.) | |
![]() | CreateAccessibilityInstance()()() | Creates a new accessibility object for the control. (Inherited from Control.) | |
![]() | CreateControl()()() | Forces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.) | |
![]() | CreateControlsInstance()()() | (Inherited from Form.) | |
![]() | Created | Gets a value indicating whether the control has been created. (Inherited from Control.) | |
![]() | CreateGraphics()()() | Creates the Graphics for the control. (Inherited from Control.) | |
![]() | CreateHandle()()() | Creates the handle for the form. If a derived class overrides this function, it must call the base implementation. (Inherited from Form.) | |
![]() | CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
![]() | CreateParams | (Inherited from Form.) | |
![]() | CurrentAutoScaleDimensions | Gets the current run-time dimensions of the screen. (Inherited from ContainerControl.) | |
![]() | Cursor | Gets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from Control.) | |
![]() | CursorChanged | Occurs when the value of the Cursor property changes. (Inherited from Control.) | |
![]() | DataBindings | Gets the data bindings for the control. (Inherited from Control.) | |
![]() | Deactivate | Occurs when the form loses focus and is no longer the active form. (Inherited from Form.) | |
![]() | DefaultCursor | Gets or sets the default cursor for the control. (Inherited from Control.) | |
![]() | Visible | Gets or sets a value indicating whether the control and all its parent controls are displayed. (Inherited from Control.) | |
![]() | VisibleChanged | Occurs when the Visible property value changes. (Inherited from Control.) | |
![]() | VScroll | Gets or sets a value indicating whether the vertical scroll bar is visible. (Inherited from ScrollableControl.) | |
![]() | Width | Gets or sets the width of the control. (Inherited from Control.) | |
![]() | WindowState | Gets or sets the form's window state. (Inherited from Form.) | |
![]() | WindowTarget | This property is not relevant for this class. (Inherited from Control.) | |
![]() | WndProc(Message%) | (Inherited from Form.) |
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.Form
Emgu.CV.UI..::.ImageViewer
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.Form
Emgu.CV.UI..::.ImageViewer