Flood.GUI.GuiRenderable.Resize C# (CSharp) Method

Resize() public method

public Resize ( int width, int height ) : void
width int
height int
return void
        public override void Resize(int width, int height)
        {
            Canvas.SetSize(width, height);
        }