PixelFarm.Drawing.Size.Size C# (CSharp) Method

Size() public method

public Size ( int w, int h )
w int
h int
        public Size(int w, int h)
        {
            this._w = w;
            this._h = h;
        }
        public int Width