'Declaration
Function BestRequest( _ ByVal Zoom As System.Single, _ ByVal Sync As RequestType, _ ByVal parent As DicomDataSet, _ ByVal Frame As System.Integer _ ) As PixelRequest
'Usage
Dim instance As IDecompressor Dim Zoom As System.Single Dim Sync As RequestType Dim parent As DicomDataSet Dim Frame As System.Integer Dim value As PixelRequest value = instance.BestRequest(Zoom, Sync, parent, Frame)
PixelRequest BestRequest( System.float Zoom, RequestType Sync, DicomDataSet parent, System.int Frame )
function BestRequest( Zoom: System.Single; Sync: RequestType; parent: DicomDataSet; Frame: System.Integer ): PixelRequest;
function BestRequest( Zoom : System.float, Sync : RequestType, parent : DicomDataSet, Frame : System.int ) : PixelRequest;
PixelRequest* BestRequest( System.float Zoom, RequestType Sync, DicomDataSet* parent, System.int Frame )
PixelRequest^ BestRequest( System.float Zoom, RequestType Sync, DicomDataSet^ parent, System.int Frame )
Parameters
- Zoom
- The requested Zoom
- Sync
- The requested usage of the pixel data
- parent
- The surrounding dataset
- Frame
- The requested Frame
Return Value
The best fit