ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Get Method
ID of the requested color.




In This Topic
Get Method (ImGearColorBook)
In This Topic
Returns a color with the specified ID from the color book.
Syntax
'Declaration
 
Public Function Get( _
   ByVal id As Long _
) As ImGearColorBookColor
 
'Usage
 
Dim instance As ImGearColorBook
Dim id As Long
Dim value As ImGearColorBookColor
 
value = instance.Get(id)

Parameters

id
ID of the requested color.

Return Value

ImGearColorBookColor class object.
See Also