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

SizeF() public method

public SizeF ( float w, float h )
w float
h float
        public SizeF(float w, float h)
        {
            this._w = w;
            this._h = h;
        }
        public float Width
SizeF