Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CellPos ( int row, int column ) : System |
Initializes a new instance of the CellPos class with the specified row index and column index
|
|
Equals ( object obj ) : bool |
Tests whether obj is a CellPos structure with the same values as this CellPos structure
|
|
GetHashCode ( ) : int |
Returns the hash code for this CellPos structure
|
|
Offset ( int rows, int columns ) : void |
Translates this CellPos by the specified amount
|
|
ToString ( ) : string |
Converts the attributes of this CellPos to a human-readable string
|
|
operator ( ) : bool |
Tests whether two CellPos structures differ in their Row and Column properties
|
public CellPos ( int row, int column ) : System | ||
row | int | The Row index of the CellPos |
column | int | The Column index of the CellPos |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The Object to test |
return | bool |
public Offset ( int rows, int columns ) : void | ||
rows | int | The amount to offset the row index |
columns | int | The amount to offset the column index |
return | void |