DicomObjects.NET.8.48 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 System.Integer
    public System.int CineUpdateTime {get; set;}
    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: .NET CLR 4.8 or higher

    See Also