Copyright © 2003-2024 MultiMedia Soft

CellsManager.CellGetPos method

Previous pageReturn to chapter overviewNext page

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);

 

Parameter

Description

 

 

UniqueID

Numerical value representing the cell's unique identifier.

 

 

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.