DicomObjects.NetStandard 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 Boolean
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As Boolean
     
    instance.CineSmoothing = value
     
    value = instance.CineSmoothing
    public bool CineSmoothing {get; set;}
    public:
    property bool CineSmoothing {
       bool get();
       void set (    bool value);
    }
    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: 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