Sharpex2D.UI.UISize.UISize C# (CSharp) Method

UISize() public method

Initializes a new UISize class.
public UISize ( ) : Sharpex2D.Math
return Sharpex2D.Math
        public UISize()
        {
            _size = new Vector2(0, 0);
        }

Same methods

UISize::UISize ( int width, int height ) : Sharpex2D.Math
UISize