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



In This Topic
    DefaultRealTimeCine Property
    In This Topic
    Controls the default for how cine images are displayed
    Syntax
    'Declaration
     
    Public Shared Property DefaultRealTimeCine As Boolean
    'Usage
     
    Dim value As Boolean
     
    DicomImage.DefaultRealTimeCine = value
     
    value = DicomImage.DefaultRealTimeCine
    public static bool DefaultRealTimeCine {get; set;}
    public:
    static property bool DefaultRealTimeCine {
       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

    New images acquire this value for their RealTimeCine property

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also