Alsing.Windows.APIRect.APIRect C# (CSharp) Метод

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

public APIRect ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Результат System
        public APIRect(int left, int top, int right, int bottom)
        {
            this.bottom = bottom;
            this.left = left;
            this.right = right;
            this.top = top;
        }
    }

Same methods

APIRect::APIRect ( Rectangle rect ) : System
APIRect