DicomObjects.NET.V8
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 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.0 or higher

    See Also