LayoutFarm.UI.SpacePart.SetSize C# (CSharp) Method

SetSize() public method

public SetSize ( int w, int h ) : void
w int
h int
return void
        public void SetSize(int w, int h)
        {
            this.spaceWidth = w;
            this.spaceHeight = h;
        }
        public void SetLocation(int x, int y)