ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearChannelRange Structure / Count Field




In This Topic
    Count Field
    In This Topic
    Channel count in the range (-1 indicates from Start to last channel of the DIB).
    Syntax
    'Declaration
     
    Public Count As Integer
    'Usage
     
    Dim instance As ImGearChannelRange
    Dim value As Integer
     
    value = instance.Count
     
    instance.Count = value
    public int Count
    public: int Count
    public:
    int Count

    Field Value

    Integer value in range [0 .. maximum channel count] or -1.
    See Also