ImageGear .NET - Updated March 30, 2018
Get Method (ImGearColorBook)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : Get Method
ID of the requested color.
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

Reference

ImGearColorBook Class
ImGearColorBook Members
ImGearColorBookColor Class