Polygon Property

Summary

Gets or sets the polygon that will be used to generate the panoramic image for this cell.

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

Property Value

MedicalViewerMPRPolygon that represents the polygon that will be used to generate the panoramic image for this cell.

Remarks

The panoramic cell can display the paraxial cut cell line if there is a paraxial cell connected to same polygon that this cell is connected to. For more information about the paraxial cut cells, refer to MedicalViewerParaxialCutCell.

Example

For an example, refer to MedicalViewerPanoramicCell.

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