ImageGear for .NET
ImGearExtraChannelColorChoice Class
Members  Example  See Also  Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearExtraChannelColorChoice Class




Glossary Item Box

GUI dialog class for choosing a color for the specified extra channel.

Object Model

ImGearExtraChannelColorChoice Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Example

C#Copy Code
ImGearExtraChannelColorChoice dlg = new ImGearExtraChannelColorChoice(
    igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0);
dlg.ShowDialog();
Visual BasicCopy Code
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

©2013. Accusoft Corporation. All Rights Reserved.