ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearChannelRef Structure > ImGearChannelRef Constructor : ImGearChannelRef Constructor(ImGearRasterPage,Int32) |
'Declaration Public Function New( _ ByVal content As ImGearRasterPage, _ ByVal number As Integer _ )
'Usage Dim content As ImGearRasterPage Dim number As Integer Dim instance As New ImGearChannelRef(content, number)
public ImGearChannelRef( ImGearRasterPage content, int number )
public: ImGearChannelRef( ImGearRasterPage* content, int number )
public: ImGearChannelRef( ImGearRasterPage^ content, int number )