DicomObjects.NetStandard 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also