The Images Property is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Gets or sets the array of Leadtools.RasterImage objects that contain the images to be updated.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Images As RasterImage() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerMouseEventArgs Dim value() As RasterImage value = instance.Images | |
| C# | |
|---|---|
public RasterImage[] Images {get;} | |
| C++/CLI | |
|---|---|
public: property array<RasterImage^>^ Images { array<RasterImage^>^ get(); } | |
Property Value
Array of Leadtools.RasterImage objects that contain the images to be updated.For an example, refer to MedicalViewerCell.CustomPaint
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