LayoutFarm.RenderBoxBase.RenderBoxBase C# (CSharp) Method

RenderBoxBase() public method

public RenderBoxBase ( RootGraphic rootgfx, int width, int height ) : PixelFarm.Drawing
rootgfx RootGraphic
width int
height int
return PixelFarm.Drawing
        public RenderBoxBase(RootGraphic rootgfx, int width, int height)
            : base(rootgfx, width, height)
        {
            this.MayHasViewport = true;
            this.MayHasChild = true;
        }