ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / GetByIndex Method
Index of the color book to get.




In This Topic
    GetByIndex Method
    In This Topic
    Retrieves a color book with the specified index.
    Syntax
    'Declaration
     
    Public Shared Function GetByIndex( _
       ByVal index As Integer _
    ) As ImGearColorBook
    'Usage
     
    Dim index As Integer
    Dim value As ImGearColorBook
     
    value = ImGearColorBooks.GetByIndex(index)
    public static ImGearColorBook GetByIndex( 
       int index
    )
    public: static ImGearColorBook* GetByIndex( 
       int index
    ) 
    public:
    static ImGearColorBook^ GetByIndex( 
       int index
    ) 

    Parameters

    index
    Index of the color book to get.

    Return Value

    ImGearColorBook class object.
    See Also