Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / VolumeRenderingBase<T> Class / GaussFilter Property

In This Topic
    GaussFilter Property
    In This Topic
    Gets or sets a flag that tells if the gauss filter must be applied to the data.
    Syntax
    'Declaration
     
    Public Property GaussFilter As Boolean
    public bool GaussFilter {get; set;}
    See Also