ARCed.Scintilla.RECT.ToRectangle C# (CSharp) Method

ToRectangle() public method

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