←Select platform

Localizers Property

Summary

Gets a list of localizers.

Syntax

C#
VB
C++
public List<MedicalViewerSeriesLocalizer> Localizers {get;}
Public ReadOnly Property Localizers As List(Of MedicalViewerSeriesLocalizer)
public: 
property List<MedicalViewerSeriesLocalizer^>^ Localizers { 
   List<MedicalViewerSeriesLocalizer^>^ get(); 
} 

Property Value

a list of MedicalViewerSeriesLocalizer which represents the localizer images filtered out.

Remarks
  • The localizer is a single slice image extracted from the 3D object with angle different than the angle of the slices that created the 3D object
  • this property is null by default, you should call the method Sort(List<MedicalViewerImageData>) to fill this out.
Example

For an example, refer to MedicalViewerSeriesStack

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize