Maximum number of components. It is 3 for a color image, 1 for a grayscale image.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property MaximumComponentsNumber As Integer |
C# | |
---|
public static int MaximumComponentsNumber {get;} |
Managed Extensions for C++ | |
---|
public: __property static int get_MaximumComponentsNumber(); |
C++/CLI | |
---|
public:
static property int MaximumComponentsNumber {
int get();
} |
Return Value
Maximum number of components. It is 3 for a color image, 1 for a grayscale image.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also