ImageGear .NET
ImGearExtraChannelsSwitching Class
Members  Example 




GUI dialog class for enabling and disabling color channels for display.
Object Model
ImGearExtraChannelsSwitching Class
Syntax
public class ImGearExtraChannelsSwitching : System.Windows.Forms.Form 
public __gc class ImGearExtraChannelsSwitching : public System.Windows.Forms.Form 
public ref class ImGearExtraChannelsSwitching : public System.Windows.Forms.Form 
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback