Axiom.Core.RectangleF.RectangleF C# (CSharp) Метод

RectangleF() публичный Метод

public RectangleF ( float left, float top, float right, float bottom ) : System
left float
top float
right float
bottom float
Результат System
		public RectangleF( float left, float top, float right, float bottom )
		{
			_left = left;
			_top = top;
			_right = right;
			_bottom = bottom;
		}

Same methods

RectangleF::RectangleF ( RectangleF copy ) : System