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

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

public APIRect ( Rectangle rect ) : System
rect System.Drawing.Rectangle
Результат System
        public APIRect(Rectangle rect)
        {
            bottom = rect.Bottom;
            left = rect.Left;
            right = rect.Right;
            top = rect.Top;
        }

Same methods

APIRect::APIRect ( int left, int top, int right, int bottom ) : System
APIRect