ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / m_ExtraChannelInfo Field




In This Topic
m_ExtraChannelInfo Field
In This Topic
Information on image Extra channels.
Syntax
'Declaration
 
Protected m_ExtraChannelInfo As ImGearExtraChannelInfo()
 
'Usage
 
Dim instance As ImGearDIB
Dim value() As ImGearExtraChannelInfo()
 
value = instance.m_ExtraChannelInfo
 
instance.m_ExtraChannelInfo = value
Remarks
Always non-null, length is always equal to number of extra channels in the image. Has zero length if the image contains no extra channels.
See Also