DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage Class / CustomSmoothingFunction Property



In This Topic
    CustomSmoothingFunction Property
    In This Topic
    User defined DX smoothing function
    Syntax
    'Declaration
     
    
    Public Property CustomSmoothingFunction As CustomSmoothingFunctionDelegate
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As CustomSmoothingFunctionDelegate
     
    instance.CustomSmoothingFunction = value
     
    value = instance.CustomSmoothingFunction
    public CustomSmoothingFunctionDelegate CustomSmoothingFunction {get; set;}
    public:
    property CustomSmoothingFunctionDelegate^ CustomSmoothingFunction {
       CustomSmoothingFunctionDelegate^ get();
       void set (    CustomSmoothingFunctionDelegate^ 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