System.Drawing.SizeF.SizeF C# (CSharp) 메소드

SizeF() 공개 메소드

Initializes a new instance of the class from the specified existing .
public SizeF ( SizeF size ) : System.Numerics.Hashing
size SizeF
리턴 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