PanoramicChangedEventArgs Constructor

Summary

Initializes a new instance of PanoramicChangedEventArgs containing the specified points.

Syntax
TypeScript
JavaScript
PanoramicChangedEventArgs = function( 
   points 
) 
constructor( 
   points: LeadCollection 
); 

Parameters

points

A LeadCollection containing the polygon points.

Remarks

Use this constructor with the PanoramicUpdated event.

The panoramic polygon is generated by double-clicking on the last point. The polygon is then added to the cell drawables list Drawable. Use the PanoramicGenerated event to be notified when the panoramic polygon is created. Use the PanoramicUpdated event to be updated regarding changes made after the panoramic polygon was created.

Add or delete points from the polygon by calling the Points property.

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.