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

SizeF() public method

public SizeF ( float width, float height )
width float
height float
        public SizeF(float width, float height) { throw null; }
        public float Height { get { throw null; } set { } }

Same methods

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