'DeclarationPublic Delegate Function UserSmoothingHandler( _ ByVal e As UserSmoothingArgs _ ) As System.Boolean
public delegate System.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.