DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / UserSmoothing Event



    UserSmoothing Event
    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
    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