ImageGear .NET - Updated
RemoveAt Method (ImGearColorBooks)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearColorBooks Class : RemoveAt Method
Color book index.
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

Reference

ImGearColorBooks Class
ImGearColorBooks Members
ImGearColorBook Class