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

ToRectangle() public method

public ToRectangle ( ) : Rectangle
return System.Drawing.Rectangle
            public Rectangle ToRectangle()
            {
                return Rectangle.FromLTRB(Left, Top, Right, Bottom);
            }