Candy.Client.ViewModels.ApplicationViewModel.SIZE.SIZE C# (CSharp) Method

SIZE() public method

public SIZE ( int cx, int cy ) : System
cx int
cy int
return System
            public SIZE(int cx, int cy)
            {
                this.cx = cx;
                this.cy = cy;
            }
ApplicationViewModel.SIZE