| Visual Basic (Declaration) | |
|---|---|
Public Function GetImage() As RasterImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerMPRCell Dim value As RasterImage value = instance.GetImage() | |
| C# | |
|---|---|
public RasterImage GetImage() | |
| C++/CLI | |
|---|---|
public: RasterImage^ GetImage(); | |
- This will get a copy of the MPR image. The user is responsible for freeing the image when finished with it.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code