DicomImage Constructor(Bitmap)
Creates a new DicomImage from a Windows Bitmap
'Declaration
Public Function New( _
ByVal As Bitmap _
)
'Usage
Dim Bitmap As Bitmap
Dim instance As New DicomImage(Bitmap)
Parameters
- Bitmap
The Bitmap Image from which the new DicomImage is created
Target Platforms: .NET CLR 4.0 or higher