ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBooks Class / RemoveAt Method
Color book index.




In This Topic
    RemoveAt Method (ImGearColorBooks)
    In This Topic
    Removes color book with the specified index.
    Syntax
    'Declaration
     
    Public Shared Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim index As Integer
     
    ImGearColorBooks.RemoveAt(index)
    public static void RemoveAt( 
       int index
    )
    public: static void RemoveAt( 
       int index
    ) 
    public:
    static void RemoveAt( 
       int index
    ) 

    Parameters

    index
    Color book index.
    See Also