Initializes a new instance of the
MedicalViewerCellPosition class, specifying how to create it.
Syntax
Managed Extensions for C++ | |
---|
public: MedicalViewerCellPosition(
int row,
int column
) |
Parameters
- row
- A zero-based index value that indicates in which row of the MedicalViewer control the cell is placed.
- column
- A zero-based index value that indicates in which column of the MedicalViewer control the cell is placed.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also