LayoutFarm.CustomWidgets.CustomRenderBox.CustomRenderBox C# (CSharp) Method

CustomRenderBox() public method

public CustomRenderBox ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
rootgfx RootGraphic
width int
height int
return PixelFarm.Drawing
        public CustomRenderBox(RootGraphic rootgfx, int width, int height)
            : base(rootgfx, width, height)
        {
            this.BackColor = Color.LightGray;
        }