DicomObjects.NET.8.48 Documentation
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 System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomImage.DefaultRealTimeCine = value
     
    value = DicomImage.DefaultRealTimeCine
    public static System.bool DefaultRealTimeCine {get; set;}
    public read-write property DefaultRealTimeCine: System.Boolean; static; 
    public static function get,set DefaultRealTimeCine : System.boolean
    public: __property static System.bool get_DefaultRealTimeCine();
    public: __property static void set_DefaultRealTimeCine( 
       System.bool value
    );
    public:
    static property System.bool DefaultRealTimeCine {
       System.bool get();
       void set (    System.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.8 or higher

    See Also