DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / DownloadStatus Method / DownloadStatus(SKRect,Single,Int32) Method
The Area of the image needed
The required zoom for the image
The requested frame number



In This Topic
    DownloadStatus(SKRect,Single,Int32) Method
    In This Topic
    The download status of an image compared to specific attributes of the image
    Syntax
    'Declaration
     
    
    Public Overloads Function DownloadStatus( _
       ByVal Area As SkiaSharp.SKRect, _
       ByVal Zoom As Single, _
       ByVal Frame As Integer _
    ) As ProgressiveStatus
    'Usage
     
    
    Dim instance As DicomImage
    Dim Area As SkiaSharp.SKRect
    Dim Zoom As Single
    Dim Frame As Integer
    Dim value As ProgressiveStatus
     
    value = instance.DownloadStatus(Area, Zoom, Frame)
    public ProgressiveStatus DownloadStatus( 
       SkiaSharp.SKRect Area,
       float Zoom,
       int Frame
    )
    public:
    ProgressiveStatus DownloadStatus( 
       SkiaSharp.SKRect Area,
       float Zoom,
       int Frame
    ) 

    Parameters

    Area
    The Area of the image needed
    Zoom
    The required zoom for the image
    Frame
    The requested frame number

    Return Value

    The status relative to the parameters
    Remarks
    For this overload, the Area is specified in image fractions (0.0-1.0)
    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