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