Copyright © 2003-2024 MultiMedia Soft

CellsManager.CellGetSize method

Previous pageReturn to chapter overviewNext page

Remarks

Retrieves the current size 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.CellGetSize(UniqueID as Short) as System.Drawing.SizeF

 

[C#]

public System.Drawing.SizeF CellsManager.CellGetSize(short UniqueID);

 

[C++]

public: System.Drawing.SizeF CellsManager.CellGetSize(short UniqueID);

 

Parameter

Description

 

 

UniqueID

Numerical value representing the cell's unique identifier.

 

 

Return value

 

A Size structure whose Width field represents the actual cell's width while the Height field represents the actual cell's height. Both fields are expressed in the scale unit specified inside the CellsManager.ScaleUnit property.