CellsManager.CellGetPos method |
|
Remarks Retrieves the current position for the cell identified by a UniqueID identifier. For further details about cells management, see the How to manage cells section
Syntax
[Visual Basic] Public Function CellsManager.CellGetPos(UniqueID as Short) as System.Drawing.PointF
[C#] public System.Drawing.PointF CellsManager.CellGetPos(short UniqueID);
[C++] public: System.Drawing.PointF CellsManager.CellGetPos(short UniqueID);
Return value
A Point structure whose X field represents the actual cell's left position while the Y field represents the actual cell's top position. Both fields are expressed in the scale unit specified inside the CellsManager.ScaleUnit property.
|