ImageGear .NET v25.1 - Updated
NumberOfColors Property (IImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearColorBook Interface : NumberOfColors Property
Gets the number of colors in the color book.
Syntax
'Declaration
 
ReadOnly Property NumberOfColors As Integer
'Usage
 
Dim instance As IImGearColorBook
Dim value As Integer
 
value = instance.NumberOfColors
int NumberOfColors {get;}
__property int get_NumberOfColors();
property int NumberOfColors {
   int get();
}

Property Value

Integer value.
See Also

Reference

IImGearColorBook Interface
IImGearColorBook Members