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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly