[]
Initializes a new instance of the MapperInfo class.
public MapperInfo()
Public Sub New()
Initializes a new instance of the MapperInfo class.
public MapperInfo(int row, int column, int rowCount, int columnCount)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| int | rowCount | Number of rows |
| int | columnCount | Number of columns |