MedicalViewerMPRPolygon Class

Summary

MedicalViewerMPRPolygon class represents the MPR polygon that is used to generate a panoramic image as well as paraxial cut cells.

Syntax
C#
VB
C++
public class MedicalViewerMPRPolygon 
  
Public Class MedicalViewerMPRPolygon  
            public ref class MedicalViewerMPRPolygon  

Remarks

To create a panoramic image do the following:

  1. Register the event MedicalViewerCell.PanoramicDataRequested, and provide the data through the event handler.
  2. Create a MedicalViewerCell to hold the panoramic image, and assign it to the polygon through the constructor.

The user can create any number of MPR polygon on the cell.

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