ImageGear v26.0 - Updated
m_ExtraChannelInfo Field




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : m_ExtraChannelInfo Field
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
protected ImGearExtraChannelInfo[] m_ExtraChannelInfo
protected: ImGearExtraChannelInfo*[]* m_ExtraChannelInfo
protected:
array<ImGearExtraChannelInfo^>^ m_ExtraChannelInfo
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

Reference

ImGearDIB Class
ImGearDIB Members

Is this page helpful?
Yes No
Thanks for your feedback.