DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / CineUpdateTime Property



In This Topic
    CineUpdateTime Property
    In This Topic
    Specify how often the viewer updates cine mode for multiframe images. Directly correlates to the 'uDelay' parameter of the Windows timeSetEvent function

    For detailed documentation please check: https://docs.microsoft.com/en-us/previous-versions/dd757634(v%3dvs.85)

    Syntax
    'Declaration
     
    
    Public Property CineUpdateTime As Integer
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As Integer
     
    instance.CineUpdateTime = value
     
    value = instance.CineUpdateTime
    public int CineUpdateTime {get; set;}
    public:
    property int CineUpdateTime {
       int get();
       void set (    int value);
    }
    Remarks
    Directly correlates to the 'uDelay' parameter of the Windows timeSetEvent function

    For detailed documentation please check: https://docs.microsoft.com/en-us/previous-versions/dd757634(v%3dvs.85)

    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