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

SizeF() public method

Initializes a new instance of the class from the specified existing .
public SizeF ( SizeF size ) : System.Numerics.Hashing
size SizeF
return System.Numerics.Hashing
        public SizeF(SizeF size)
        {
            _width = size._width;
            _height = size._height;
        }

Same methods

SizeF::SizeF ( System pt )
SizeF::SizeF ( float width, float height )
SizeF::SizeF ( PointF pt ) : System.Numerics.Hashing
SizeF::SizeF ( float width, float height ) : System.Numerics.Hashing