[]
public Rectangle GetCellBounds(int row, int col, int rowSpan, int colSpan)
Type | Name | Description |
---|---|---|
int | row | |
int | col | |
int | rowSpan | |
int | colSpan |
Type | Description |
---|---|
Rectangle |
public Rectangle GetCellBounds(int row, int col)
Type | Name | Description |
---|---|---|
int | row | |
int | col |
Type | Description |
---|---|
Rectangle |