'Declaration Public Overloads Function GetOverlayImage( _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetOverlayImage(
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: Vintasoft.Imaging.VintasoftImage* GetOverlayImage(
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
Vintasoft.Imaging.VintasoftImage^ GetOverlayImage(
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- progressDelegate
- Progress delegate.
Return Value
The overlay image associated with DicomFrame object if overlay image was loaded successfully; otherwise, null.