addRectangle Method

Summary

Adds a rectangle to this AnnTextReviewObject.

Syntax
TypeScript
JavaScript
AnnTextReviewObject.prototype.addRectangle = function( 
   rect 
) 
addRectangle( 
   rect: LeadRectD 
): void; 

Parameters

rect

The rectangle to be added to the AnnTextReviewObject.

Remarks

This is a helper method that will add the top-left and bottom-right corner points of rect to the Points collection. When the method returns, the number of points in the collection will be incremented by 2.

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.Annotations.Engine Assembly

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