In This Topic
Copies the image data from an external generic image object
Syntax
'Declaration
Public Overloads Sub Import( _
ByVal As System.Drawing.Image _
)
'Usage
Dim instance As DicomImage
Dim Image As System.Drawing.Image
instance.Import(Image)
public void Import(
System.Drawing.Image
)
public procedure Import(
: System.Drawing.Image
);
public function Import(
: System.Drawing.Image
);
public: void Import(
System.Drawing.Image*
)
public:
void Import(
System.Drawing.Image^
)
Parameters
- Image
- The image to import
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also