'Declaration Public Overloads Function GetOverlayImage( _
ByVal decodingSettingsDecoding settings of DICOM image.As Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings, _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public Vintasoft.Imaging.VintasoftImage GetOverlayImage(
Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings decodingSettings,
System.EventHandler<ProgressEventArgs> progressDelegate
)
Parameters
- decodingSettings
- Decoding settings of DICOM image.
- progressDelegate
- Progress delegate.
Return Value
The overlay image associated with DicomFrame object if overlay image was loaded successfully; otherwise, null.