DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / CellArea(Int32) Method



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 SkiaSharp.SKRectI
    'Usage
     
    
    Dim instance As DicomViewer
    Dim index As Integer
    Dim value As SkiaSharp.SKRectI
     
    value = instance.CellArea(index)
    public SkiaSharp.SKRectI CellArea( 
       int index
    )
    public:
    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