polygon Property

Summary

The PanoramicPolygon used for generating the output panoramic cell.

Syntax
TypeScript
JavaScript
Object.defineProperty(PanoramicCell.prototype, 'polygon', 
	get: function(), 
	set: function(value) 
) 
polygon: PanoramicPolygon; 

Property Value

The PanoramicPolygon used to generate the output panoramic cell.

Remarks

To create a panoramic polygon, call PanoramicAction.

The output panoramic is generated through server-side rendering, which is done using a volume generated on the server's side.

There are 4 important considerations to take into account when generating panoramic output.

  1. Use a cell containing a series suitable for generating a panoramic cell.
  2. Use the 3D engine Object3DEngine to generate the 3D volume using the same series instance UID loaded in the cell mentioned above. Store the engine in Engine.
  3. Create an instance of this PanoramicCell class to hold the panoramic output.
  4. Draw a polygon on the cell described in the 1st point to generate the panoramic output on the PanoramicCell just created. Then attach it to the panoramic polygon using the PanoramicPolygon property.

Call the Layout property to add the panoramic cell to the Medical Viewer.

This cell contains properties and methods needed to update and change the image's properties.

Example

Refer to PanoramicAction

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.