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 )
'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)
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()
ImGearExtraChannelColorChoice Class ImGearExtraChannelColorChoice Members ImGearPageView Class ImGearExtraChannelInfo Class
©2014. Accusoft Corporation. All Rights Reserved.