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

RectangleF() public method

public RectangleF ( System location, System size )
location System
size System
        public RectangleF(System.Drawing.PointF location, System.Drawing.SizeF size) { throw null; }
        public RectangleF(float x, float y, float width, float height) { throw null; }

Same methods

RectangleF::RectangleF ( float x, float y, float width, float height )
RectangleF::RectangleF ( PointF location, SizeF size ) : System.Diagnostics.Contracts
RectangleF::RectangleF ( float x, float y, float width, float height ) : System.Diagnostics.Contracts