LayoutFarm.TopWindowRenderBox.TopWindowRenderBox C# (CSharp) Method

TopWindowRenderBox() public method

public TopWindowRenderBox ( RootGraphic rootGfx, int width, int height ) : PixelFarm.Drawing
rootGfx RootGraphic
width int
height int
return PixelFarm.Drawing
        public TopWindowRenderBox(RootGraphic rootGfx, int width, int height)
            : base(rootGfx, width, height)
        {
            this.IsTopWindow = true;
            this.HasSpecificSize = true;
        }
        protected override void DrawBoxContent(Canvas canvas, Rectangle updateArea)