Paint.ColorPicker.ColorPicker C# (CSharp) Method

ColorPicker() public method

Initializes a new instance of the Paint.ColorPicker class.
public ColorPicker ( IGraphicsDisplay graphicsDisplay, ColorPickerDefinition colorPickerDefinition ) : System
graphicsDisplay IGraphicsDisplay
colorPickerDefinition ColorPickerDefinition
return System
        public ColorPicker(IGraphicsDisplay graphicsDisplay, ColorPickerDefinition colorPickerDefinition)
            : base(colorPickerDefinition.BackgroundColor, 
		       colorPickerDefinition.BorderColor, 
		       colorPickerDefinition.BorderWidth, 
		       graphicsDisplay, 
		       colorPickerDefinition.Bounds)
        {
        }