- requestedCell
- The Leadtools.MedicalViewer.MedicalViewerMultiCell which requested the image.
- requestedsubCellIndex
- The sub cell index of the image.
- setImageOption
- The Leadtools.MedicalViewer.MedicalViewerSetImageOptions option value.
- image
- The Leadtools.RasterImage to be set in the Leadtools.MedicalViewer.MedicalViewerMultiCell/>
| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub SetCellImage( _ ByVal requestedCell As MedicalViewerMultiCell, _ ByVal requestedsubCellIndex As Integer, _ ByVal setImageOption As MedicalViewerSetImageOptions, _ ByVal image As RasterImage _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerLoaderBase Dim requestedCell As MedicalViewerMultiCell Dim requestedsubCellIndex As Integer Dim setImageOption As MedicalViewerSetImageOptions Dim image As RasterImage instance.SetCellImage(requestedCell, requestedsubCellIndex, setImageOption, image) | |
| C# | |
|---|---|
protected virtual void SetCellImage( MedicalViewerMultiCell requestedCell, int requestedsubCellIndex, MedicalViewerSetImageOptions setImageOption, RasterImage image ) | |
| C++/CLI | |
|---|---|
protected: virtual void SetCellImage( MedicalViewerMultiCell^ requestedCell, int requestedsubCellIndex, MedicalViewerSetImageOptions setImageOption, RasterImage^ image ) | |
Parameters
- requestedCell
- The Leadtools.MedicalViewer.MedicalViewerMultiCell which requested the image.
- requestedsubCellIndex
- The sub cell index of the image.
- setImageOption
- The Leadtools.MedicalViewer.MedicalViewerSetImageOptions option value.
- image
- The Leadtools.RasterImage to be set in the Leadtools.MedicalViewer.MedicalViewerMultiCell/>
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