DicomObjects.NET10 Documentation
DicomObjects Namespace / IDicomViewer Interface / CellArea Method / CellArea(Int32) Method



In This Topic
    CellArea(Int32) Method
    In This Topic
    Returns a rectangle representing the specified cell.
    Syntax
    'Declaration
     
    
    Overloads Function CellArea( _
       ByVal index As Integer _
    ) As SkiaSharp.SKRectI
    'Usage
     
    
    Dim instance As IDicomViewer
    Dim index As Integer
    Dim value As SkiaSharp.SKRectI
     
    value = instance.CellArea(index)
    SkiaSharp.SKRectI CellArea( 
       int index
    )
    SkiaSharp.SKRectI CellArea( 
       int index
    ) 

    Parameters

    index
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also