ImageGear .NET v24.12 - Updated
ImGearChannelRef Constructor(ImGearRasterPage)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearChannelRef Structure > ImGearChannelRef Constructor : ImGearChannelRef Constructor(ImGearRasterPage)
Reference to page whose image contains channel data.
Initializes a new instance of the ImGearChannelRef structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As ImGearRasterPage _
)
'Usage
 
Dim content As ImGearRasterPage
 
Dim instance As New ImGearChannelRef(content)
public ImGearChannelRef( 
   ImGearRasterPage content
)
public: ImGearChannelRef( 
   ImGearRasterPage* content
)
public:
ImGearChannelRef( 
   ImGearRasterPage^ content
)

Parameters

content
Reference to page whose image contains channel data.
Remarks
This constructor sets the Number property to 0.
See Also

Reference

ImGearChannelRef Structure
ImGearChannelRef Members
Overload List
ImGearChannelRef Structure
ImGearRasterPage Class