'Declaration
Public Function CellArea( _ ByVal index As System.Integer _ ) As System.Drawing.Rectangle
'Usage
Dim instance As DicomViewer Dim index As System.Integer Dim value As System.Drawing.Rectangle value = instance.CellArea(index)
public System.Drawing.Rectangle CellArea( System.int index )
public function CellArea( index: System.Integer ): System.Drawing.Rectangle;
public function CellArea( index : System.int ) : System.Drawing.Rectangle;
public: System.Drawing.Rectangle CellArea( System.int index )
public: System.Drawing.Rectangle CellArea( System.int index )
Parameters
- index
The zero based cell index within the Viewer.
Return Value
Rectangle