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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearExtraChannelColorChoice Class
GUI dialog class for choosing a color for the specified extra channel.
Object Model
ImGearExtraChannelColorChoice Class
Syntax
'Declaration
 
Public Class ImGearExtraChannelColorChoice 
   Inherits System.Windows.Forms.Form
 
'Usage
 
Dim instance As ImGearExtraChannelColorChoice
Example
ImGearExtraChannelColorChoice dlg = new ImGearExtraChannelColorChoice(
    igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0);
dlg.ShowDialog();
Dim dlg As New ImGearExtraChannelColorChoice(igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0)
dlg.ShowDialog()
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.ImGearExtraChannelColorChoice

See Also

Reference

ImGearExtraChannelColorChoice Members
ImageGear.Windows.Forms Namespace
ImGearPageView Class
ImGearExtraChannelInfo Class