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
    public System.bool RealTimeCine {get; set;}
    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