DicomObjects.NET.8.48 Documentation
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 System.Boolean
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Boolean
     
    instance.RealTimeCine = value
     
    value = instance.RealTimeCine
    public System.bool RealTimeCine {get; set;}
    public read-write property RealTimeCine: System.Boolean; 
    public function get,set RealTimeCine : System.boolean
    public: __property System.bool get_RealTimeCine();
    public: __property void set_RealTimeCine( 
       System.bool value
    );
    public:
    property System.bool RealTimeCine {
       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

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also