DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / CellArea(Int32) Method

The zero based cell index within the Viewer.




In This Topic
    CellArea(Int32) Method
    In This Topic
    Returns a rectangle representing the specified cell.
    Syntax
    'Declaration
     
    Public Function CellArea( _
       ByVal index As Integer _
    ) As Rectangle
    'Usage
     
    Dim instance As DicomViewer
    Dim index As Integer
    Dim value As Rectangle
     
    value = instance.CellArea(index)
    public Rectangle CellArea( 
       int index
    )
    public:
    Rectangle CellArea( 
       int index
    ) 

    Parameters

    index

    The zero based cell index within the Viewer.

    Return Value

    Rectangle
    Remarks
    If invalid cell index provided, then an empty Rectangle will be returned, otherwise a rectangle with the same size of the specified cell will be returned.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also