DicomObjects.NET.V8
DicomObjects.Delegates Namespace / UserSmoothingHandler Delegate
The event arguments, specifying the smoothing requested



In This Topic
    UserSmoothingHandler Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Function UserSmoothingHandler( _
       ByVal e As UserSmoothingArgs _
    ) As Boolean
    'Usage
     
    Dim instance As New UserSmoothingHandler(AddressOf HandlerMethod)
    public delegate bool UserSmoothingHandler( 
       UserSmoothingArgs e
    )
    public delegate bool UserSmoothingHandler( 
       UserSmoothingArgs^ e
    )

    Parameters

    e
    The event arguments, specifying the smoothing requested

    Return Value

    True, if the event handler has succeeded. If false, then DicomObjects continues with its own rendering.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also