CSharpGL.TranslateManipulater.SetBounds C# (CSharp) Method

SetBounds() private method

private SetBounds ( int width, int height ) : void
width int
height int
return void
        private void SetBounds(int width, int height)
        {
            this._width = width; this._height = height;
        }