ImageGear v26.3 - Updated
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
    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