ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / BitDepth Property




In This Topic
    BitDepth Property (ImGearDIB)
    In This Topic
    Gets total quantity of bits used to store a single pixel.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitDepth As Integer
    'Usage
     
    Dim instance As ImGearDIB
    Dim value As Integer
     
    value = instance.BitDepth
    public int BitDepth {get;}
    public: __property int get_BitDepth();
    public:
    property int BitDepth {
       int get();
    }

    Property Value

    Positive value that represents size of a single pixel in bits.
    See Also