ImageGear v26.3 - Updated November 9, 2022
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)

Parameters

index
Index of the color book to get.

Return Value

ImGearColorBook class object.
See Also