ImageGear .NET - Updated
Add Method (ImGearColorBooks)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : Add Method
New color book to add.
Adds a new color book to the collection.
Syntax
'Declaration
 
Public Shared Function Add( _
   ByVal newColorBook As ImGearColorBook _
) As Integer
'Usage
 
Dim newColorBook As ImGearColorBook
Dim value As Integer
 
value = ImGearColorBooks.Add(newColorBook)
public static int Add( 
   ImGearColorBook newColorBook
)
public: static int Add( 
   ImGearColorBook* newColorBook
) 
public:
static int Add( 
   ImGearColorBook^ newColorBook
) 

Parameters

newColorBook
New color book to add.

Return Value

Integer value.
See Also

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class