프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Empty |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |
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 |
리턴 | void |