ImageGear for .NET
ImGearSpotColorsMissingBox Constructor
See Also  Example Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearSpotColorsMissingBox Class : ImGearSpotColorsMissingBox Constructor




spotColors
Array of spot colors.

Glossary Item Box

Initializes a new instance of the ImGearSpotColorsMissingBox class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

spotColors
Array of spot colors.

Return Value

An instance of ImGearSpotColorsMissingBox class GUI dialog.

Example

C#Copy Code
using (ImGearSpotColorsMissingBox dlg = new ImGearSpotColorsMissingBox(spotColorList))
{
    dlg.ShowDialog();
}
Visual BasicCopy Code
Using dlg As New ImGearSpotColorsMissingBox(spotColorList)
    dlg.ShowDialog()
End Using

See Also

©2013. Accusoft Corporation. All Rights Reserved.