Copyright © 2003-2024 MultiMedia Soft

CellsManager.CellSetPos method

Previous pageReturn to chapter overviewNext page

Remarks

Modifies 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.CellSetPos(UniqueID as Short, position as System.Drawing.PointF) as Bool

 

[C#]

public bool CellsManager.CellSetPos(short UniqueID, System.Drawing.PointF position);

 

[C++]

public: bool CellsManager.CellSetPos(short UniqueID, System.Drawing.PointF position);

 

Parameter

Description

 

 

UniqueID

Numerical value representing the cell's unique identifier.

position

Point structure whose X field represents the new cell's left position while the Y field represents the new cell's top position. Both fields are expressed in the scale unit specified inside the CellsManager.ScaleUnit property

 

 

Return value

 

 

Value

Meaning

 

 

False

The operation failed

True

The operation was successful