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 | |
---|---|---|
![]() |
ToString | (Inherited from Object.) |
Top