Initializes a new instance of the
ImGearExtraChannelColorChoice class.
Syntax
Parameters
- pageView
- Reference to the page view object.
- channelsInfo
- Array of extra channels.
- channelNumber
- Index of the extra channel in array to work with.
Return Value
An instance of
ImGearExtraChannelColorChoice class GUI dialog.
Example
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()
See Also