←Select platform

GetRectangles Method

Summary
Returns the rectangles of this AnnTextReviewObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual LeadRectD[] GetRectangles() 
- (LTLeadRectCollection *)getRectangles; 
public LeadRectD[] getRectangles() 
public:  
   virtual array<LeadRectD^>^ GetRectangles() 
def GetRectangles(self): 

Return Value

The rectangles of this AnnTextReviewObject.

Remarks

This is a helper method that will return an array rectangles formed from the items in Points. Each pair of points are the top-left and bottom-right corner of a rectangle. This number of the rectangles returned by this method is number of items in Points divided by two.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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