Longkong.ColorPicker.Controls.ColorSwatch.ColorSwatch C# (CSharp) Method

ColorSwatch() public method

public ColorSwatch ( Color color, string description ) : System
color Color
description string
return System
        public ColorSwatch( Color color, string description )
            : this(color, description, new Point( 0, 0 ), new Size( 10, 10 ))
        {
        }

Same methods

ColorSwatch::ColorSwatch ( Color color, string description, Point location, Size size ) : System