ARCed.Scintilla.RECT.ToRectangle C# (CSharp) 메소드

ToRectangle() 공개 메소드

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