DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / RealTimeCine Property



In This Topic
    RealTimeCine Property
    In This Topic
    Controls how cine images are displayed
    Syntax
    'Declaration
     
    Public Property RealTimeCine As Boolean
    'Usage
     
    Dim instance As DicomImage
    Dim value As Boolean
     
    instance.RealTimeCine = value
     
    value = instance.RealTimeCine
    public bool RealTimeCine {get; set;}
    public:
    property bool RealTimeCine {
       bool get();
       void set (    bool value);
    }
    Remarks

    If true, then frames are skipped as necessary to ensure that the required display speed is maintained. If false, then every frame is displayed in turn, even if this slows the display

    This is equivalent to the "RealTimeCine" registry value

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also