LEADTOOLS Medical (Leadtools.Medical.Workstation.Loader assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SetCellImage Method
See Also 
Leadtools.Medical.Workstation.Loader Namespace > MedicalViewerLoaderBase Class : SetCellImage Method



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/>
requestedCell
The Leadtools.MedicalViewer.MedicalViewerMultiCell which requested the image.
requestedsubCellIndex
The sub cell index of the image.
setImageOption
The Leadtools.MedicalViewer.MedicalViewerSetImageOptions option value.
Set an image that was requested by a Leadtools.MedicalViewer.MedicalViewerMultiCell and apply any required display processing.

Syntax

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++/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/>

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Workstation.Loader requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features