DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / SimpleCodec Class / BestRequest Method



In This Topic
    BestRequest Method (SimpleCodec)
    In This Topic
    Syntax
    '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
    Sync
    parent
    Frame
    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