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

SizeF() public method

public SizeF ( System pt )
pt System
        public SizeF(System.Drawing.PointF pt) { throw null; }
        public SizeF(System.Drawing.SizeF size) { throw null; }

Same methods

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