ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearExtraChannelType Enumeration




In This Topic
    ImGearExtraChannelType Enumeration
    In This Topic
    Specifies all the supported types of extra channels.
    Syntax
    'Declaration
     
    Public Enum ImGearExtraChannelType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearExtraChannelType
    public enum ImGearExtraChannelType : System.Enum 
    __value public enum ImGearExtraChannelType : public System.Enum 
    public enum class ImGearExtraChannelType : public System.Enum 
    Members
    MemberValueDescription
    Mask1Mask channel.
    Spot2Spot channel.
    Unknown0Unknown channel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Core.ImGearExtraChannelType

    See Also