Search Results for

    Show / Hide Table of Contents

    Class TableView.TableSelection

    Describes a selected region of the table
    Inheritance
    System.Object
    TableView.TableSelection
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class TableSelection

    Constructors

    | Improve this Doc View Source

    TableSelection(Point, Rect)

    Creates a new selected area starting at the origin corner and covering the provided rectangular area
    Declaration
    public TableSelection(Point origin, Rect rect)
    Parameters
    Type Name Description
    Point origin
    Rect rect

    Properties

    | Improve this Doc View Source

    Origin

    Corner of the Rect where selection began
    Declaration
    public Point Origin { get; set; }
    Property Value
    Type Description
    Point
    | Improve this Doc View Source

    Rect

    Area selected
    Declaration
    public Rect Rect { get; set; }
    Property Value
    Type Description
    Rect
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX