DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / UserSmoothing Event






In This Topic
    UserSmoothing Event
    In This Topic
    Setting this event enables a developer to specify his own smoothing algorithm.
    Syntax
    'Declaration
     
    
    Public Event UserSmoothing As UserSmoothingHandler
    'Usage
     
    
    Dim instance As DicomImage
    Dim handler As UserSmoothingHandler
     
    AddHandler instance.UserSmoothing, handler
    public event UserSmoothingHandler UserSmoothing
    public event UserSmoothing: UserSmoothingHandler; 
    In JScript, you can handle the events defined by another class, but you cannot define your own.
    public: __event UserSmoothingHandler* UserSmoothing
    public:
    event UserSmoothingHandler^ UserSmoothing
    Remarks
    This is an advanced and rarely used technique - please ask Medical Connections for help if you wish to use this event.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also