ImageGear for .NET
BitsPerChannel Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : BitsPerChannel Property




Glossary Item Box

Gets allocated (actual) size of store for each channel in bits.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

Positive number that specifies the actual size of channel in bits.

Remarks

Returns allocated (actual) size of any image channel in bits. The values 8, 16 and 32 are used as a basis for the array allocation.

Value returned by this property is correct for uncompressed DIBs only. Compressed DIBs have a different channel structure. For these sorts of DIBs this property always returns 8, although this value has no real meaning.

See Also

©2013. Accusoft Corporation. All Rights Reserved.