←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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly