Glossary Item Box
Use CellX and CellY for get a cell object by passing X and Y position.
The function return a object clsPsysCell type.
Dim objCell as clsPsysCell = PsysGridMap1.GetCell(CellID)
Use CellX and CellY for get a cell object by passing X and Y position.
The function return a object clsPsysCell type.
Visual Basic example:
Dim objCell as clsPsysCell = PsysGridMap1.GetCell(CellPositionX,CellPositionY)
See Also |
|
DuplicateCell | GetCellsCount | Redraw | RemoveAllCells | RemoveCell | SetCell