Terminal.Gui 1.0.0.0 System.ValueType Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. To be added. Constructor 1.0.0.0 To be added. Point Constructor Creates a Point from a Size value. Constructor 1.0.0.0 To be added. To be added. Point Constructor Creates a Point from a specified x,y coordinate pair. Method 1.0.0.0 Terminal.Gui.Point The Point to add. The Size to add. Adds the specified Size to the specified Point. The Point that is the result of the addition operation. To be added. Field 1.0.0.0 Terminal.Gui.Point Empty Shared Field An uninitialized Point Structure. Method 1.0.0.0 System.Boolean To be added. Equals Method To be added. Checks equivalence of this Point and another object. Method 1.0.0.0 System.Int32 GetHashCode Method To be added. Calculates a hashing value. Property 1.0.0.0 System.Boolean IsEmpty Property To be added. Indicates if both X and Y are zero. Method 1.0.0.0 System.Void The Point used offset this Point. Translates this Point by the specified Point. The offset. To be added. Method 1.0.0.0 System.Void To be added. To be added. Offset Method Moves the Point a specified distance. Method 1.0.0.0 Terminal.Gui.Point To be added. To be added. Addition Operator To be added. Translates a Point using the Width and Height properties of the given Size. Method 1.0.0.0 System.Boolean To be added. To be added. Equality Operator To be added. Compares two Point objects. The return value is based on the equivalence of the X and Y properties of the two points. Method 1.0.0.0 Terminal.Gui.Size To be added. Point to Size Conversion To be added. Returns a Size based on the Coordinates of a given Point. Requires explicit cast. Method 1.0.0.0 System.Boolean To be added. To be added. Inequality Operator To be added. Compares two Point objects. The return value is based on the equivalence of the X and Y properties of the two points. Method 1.0.0.0 Terminal.Gui.Point To be added. To be added. Subtraction Operator To be added. Translates a Point using the negation of the Width and Height properties of the given Size. Method 1.0.0.0 Terminal.Gui.Point The Point to be subtracted from. The Size to subtract from the Point. Returns the result of subtracting specified Size from the specified Point. The Point that is the result of the subtraction operation. To be added. Method 1.0.0.0 System.String ToString Method To be added. Formats the Point as a string in coordinate notation. Field 1.0.0.0 System.Int32 Gets or sets the x-coordinate of this Point. To be added. Field 1.0.0.0 System.Int32 Gets or sets the y-coordinate of this Point. To be added.