ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / Add Method
New color book to add.




In This Topic
    Add Method (ImGearColorBooks)
    In This Topic
    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