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

RectangleF() public method

public RectangleF ( float x, float y, float width, float height )
x float
y float
width float
height float
        public RectangleF(float x, float y, float width, float height) { throw null; }
        public float Bottom { get { throw null; } }

Same methods

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