ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Add Method
Color book color object.




In This Topic
Add Method (ImGearColorBook)
In This Topic
Adds a color to the color book.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal color As ImGearColorBookColor _
) 
 
'Usage
 
Dim instance As ImGearColorBook
Dim color As ImGearColorBookColor
 
instance.Add(color)

Parameters

color
Color book color object.
See Also