Brh.Forms.PopupNotify.RECT.RECT C# (CSharp) Method

RECT() public method

public RECT ( System bounds ) : System
bounds System
return System
            public RECT(System.Drawing.Rectangle bounds)
            {
                Left = bounds.Left;
                Top = bounds.Top;
                Right = bounds.Right;
                Bottom = bounds.Bottom;
            }

Same methods

PopupNotify.RECT::RECT ( int left_, int top_, int right_, int bottom_ ) : System