ImageGear .NET v25.1 - Updated
PixelCount Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearPixelArray Class : PixelCount Property
Gets quantity of pixels in array.
Syntax
'Declaration
 
Public ReadOnly Property PixelCount As Integer
'Usage
 
Dim instance As ImGearPixelArray
Dim value As Integer
 
value = instance.PixelCount
public int PixelCount {get;}
public: __property int get_PixelCount();
public:
property int PixelCount {
   int get();
}

Property Value

Array length.
Remarks
Obtains the number of ImGearPixel elements in the array.
See Also

Reference

ImGearPixelArray Class
ImGearPixelArray Members
ImGearPixel Class