ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearExtraChannelColorChoice Class : ImGearExtraChannelColorChoice Constructor |
'Declaration Public Function New( _ ByVal pageView As ImGearPageView, _ ByVal channelsInfo() As ImGearExtraChannelInfo, _ ByVal channelNumber As Integer _ )
'Usage Dim pageView As ImGearPageView Dim channelsInfo() As ImGearExtraChannelInfo Dim channelNumber As Integer Dim instance As New ImGearExtraChannelColorChoice(pageView, channelsInfo, channelNumber)
public ImGearExtraChannelColorChoice( ImGearPageView pageView, ImGearExtraChannelInfo[] channelsInfo, int channelNumber )
public: ImGearExtraChannelColorChoice( ImGearPageView* pageView, ImGearExtraChannelInfo*[]* channelsInfo, int channelNumber )
public: ImGearExtraChannelColorChoice( ImGearPageView^ pageView, array<ImGearExtraChannelInfo^>^ channelsInfo, int channelNumber )
ImGearExtraChannelColorChoice dlg = new ImGearExtraChannelColorChoice(
igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0);
dlg.ShowDialog();
Dim dlg As New ImGearExtraChannelColorChoice(igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0) dlg.ShowDialog()