VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Imaging Namespace / ColorChannelsOrder Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ColorChannelsOrder Class
    In This Topic
    Defines an order of color channels rearrangement.
    Object Model
    ColorChannelsOrder ColorChannelsOrder ColorChannelsOrder ColorChannelsOrder ColorChannelsOrder
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ColorChannelsOrder
       Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of Integer)
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class ColorChannelsOrder : System.Collections.ObjectModel.ReadOnlyCollection<int>
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class ColorChannelsOrder : public System.Collections.ObjectModel.ReadOnlyCollection<int*>*
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class ColorChannelsOrder : public System.Collections.ObjectModel.ReadOnlyCollection<int^>^
    
    
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.ReadOnlyCollection<System.Int32>
          Vintasoft.Imaging.ColorChannelsOrder

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also