ImageGear .NET v25.1 - Updated
Add Method (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : Add Method
Color book color object.
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)
public void Add( 
   ImGearColorBookColor color
)
public: void Add( 
   ImGearColorBookColor* color
) 
public:
void Add( 
   ImGearColorBookColor^ color
) 

Parameters

color
Color book color object.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members
ImGearColorBookColor Class