Polygon Property

Summary

Gets the polygon that is used to generate the paraxial cut frames.

Syntax
C#
VB
C++
public MedicalViewerMPRPolygon Polygon { get; } 
  
Public ReadOnly Property Polygon As MedicalViewerMPRPolygon 
            public: 
property MedicalViewerMPRPolygon^ Polygon { 
   MedicalViewerMPRPolygon^ get(); 
} 

Property Value

MedicalViewerMPRPolygon that is used to generated the paraxial cut frames.

Remarks

The paraxial cuts are images generated from the lines that are perpendicular to one of the MedicalViewerMPRPolygon lines. In order to be able to connect the paraxial cut cell to a polygon, pass it in the cell constructor, then change which line of the polygon to attach the paraxial cell to through PolygonLineIndex.

The user cannot draw the MedicalViewerMPRPolygon to:

  • Derivative Cell.
  • Generated MPR Cell.
  • Paraxial cut cell itself.
  • A cell with less than 3 frames.

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