RangeCoordinates Members
Include Protected Members
Include Inherited Members
The four integer coordinates used to select a contiguous range.
The RangeCoordinates type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RangeCoordinates | Initializes a new instance of the RangeCoordinates class. |
Top
Properties
Name | Description | |
---|---|---|
Column | Gets or sets the left column (0-based). | |
Height | Gets or sets the number of rows. | |
Row | Gets or sets the top row (0-based). | |
Width | Gets or sets the number of columns. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top