DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CineSmoothing Property

In This Topic
    CineSmoothing Property
    In This Topic
    Boolean property indicating whether Smoothing is applied when Cine is being displayed.
    Syntax
    'Declaration
     
    
    Public Property CineSmoothing As System.Boolean
    public System.bool CineSmoothing {get; set;}
    Remarks
    Default value is false, which speeds up the cine display with out applying smoothing. Once the cine stops, smoothing will be back on to give the user a better view of the Image.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also