'Declaration Public Overloads Function DownloadStatus( _ ByVal Area As RectangleF, _ ByVal Zoom As Single, _ ByVal Frame As Integer _ ) As ProgressiveStatus
'Usage Dim instance As DicomImage Dim Area As RectangleF Dim Zoom As Single Dim Frame As Integer Dim value As ProgressiveStatus value = instance.DownloadStatus(Area, Zoom, Frame)
public ProgressiveStatus DownloadStatus( RectangleF Area, float Zoom, int Frame )
public: ProgressiveStatus DownloadStatus( RectangleF 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