ImageGear .NET - Updated July 5, 2018
BitDepth Property (ImGearDIB)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : BitDepth Property
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

Property Value

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

Reference

ImGearDIB Class
ImGearDIB Members