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




In This Topic
    Start Field
    In This Topic
    Start channel in the channel range.
    Syntax
    'Declaration
     
    Public Start As Integer
    'Usage
     
    Dim instance As ImGearChannelRange
    Dim value As Integer
     
    value = instance.Start
     
    instance.Start = value
    public int Start
    public: int Start
    public:
    int Start

    Field Value

    Integer value in the range of 0 .. maximum channel number.
    See Also