TOAPI.Types.SIZE.SIZE C# (CSharp) Method

SIZE() public method

public SIZE ( int width, int height ) : System
width int
height int
return System
        public SIZE(int width, int height)
        {
            cx = width;
            cy = height;
        }
SIZE