ImageGear .NET - Updated May 1, 2018
ImGearExtraChannelsSwitching Class
Members  Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearExtraChannelsSwitching Class
GUI dialog class for enabling and disabling color channels for display.
Object Model
ImGearExtraChannelsSwitching Class
Syntax
'Declaration
 
Public Class ImGearExtraChannelsSwitching 
   Inherits System.Windows.Forms.Form
 
'Usage
 
Dim instance As ImGearExtraChannelsSwitching
Example
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView))
{
    dlg.ShowDialog();
}
Using dlg As New ImGearExtraChannelsSwitching(igPageView)
    dlg.ShowDialog()
End Using
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
                     ImageGear.Windows.Forms.ImGearExtraChannelsSwitching

See Also

Reference

ImGearExtraChannelsSwitching Members
ImageGear.Windows.Forms Namespace
ImGearPageView Class