ImageGear .NET v25.1 - Updated
ContainsExtra Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorSpace Structure : ContainsExtra Property
Gets a value indicating whether the colorspace contains extra (unknown) channels.
Syntax
'Declaration
 
Public ReadOnly Property ContainsExtra As Boolean
'Usage
 
Dim instance As ImGearColorSpace
Dim value As Boolean
 
value = instance.ContainsExtra
public bool ContainsExtra {get;}
public: __property bool get_ContainsExtra();
public:
property bool ContainsExtra {
   bool get();
}

Property Value

Boolean value.
See Also

Reference

ImGearColorSpace Structure
ImGearColorSpace Members
ImGearColorSpaceIDs Enumeration