LayoutFarm.CustomWidgets.CustomRenderBox.CustomRenderBox C# (CSharp) Méthode

CustomRenderBox() public méthode

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