Candy.Client.ViewModels.ApplicationViewModel.SIZE.SIZE C# (CSharp) 메소드

SIZE() 공개 메소드

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