ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPixelArray Class / PixelCount Property




In This Topic
PixelCount Property
In This Topic
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

Property Value

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