DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also