'Declaration Public Function BestRequest( _ ByVal Zoom As Single, _ ByVal Sync As RequestType, _ ByVal parent As DicomDataSet, _ ByVal Frame As Integer _ ) As PixelRequest
'Usage Dim instance As SimpleCodec Dim Zoom As Single Dim Sync As RequestType Dim parent As DicomDataSet Dim Frame As Integer Dim value As PixelRequest value = instance.BestRequest(Zoom, Sync, parent, Frame)
public PixelRequest BestRequest( float Zoom, RequestType Sync, DicomDataSet parent, int Frame )
public: PixelRequest^ BestRequest( float Zoom, RequestType Sync, DicomDataSet^ parent, 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