ComponentFactory.Krypton.Toolkit.ViewDrawDebug.ViewDrawDebug C# (CSharp) Method

ViewDrawDebug() public method

Initialize a new instance of the ViewDrawDebug class.
public ViewDrawDebug ( Size preferredSize, Color color ) : System
preferredSize System.Drawing.Size Preferred size.
color Color Solid color to draw with.
return System
        public ViewDrawDebug(Size preferredSize, Color color)
        {
            // Remember the source information
            _preferredSize = preferredSize;
            _color = color;
        }