←Select platform

SetRectangles Method

Summary

Replaces the rectangles of this AnnTextReviewObject.

Syntax
C#
VB
C++
Java
public virtual void SetRectangles( 
   LeadRectD[] rects 
) 
Public Overridable Sub SetRectangles( _ 
   ByVal rects() As LeadRectD _ 
)  
public void setRectangles(LeadRectD[] rects) 
public:  
   virtual void SetRectangles( 
      array<LeadRectD^>^ rects 
   ) 

Parameters

rects
The array of new rectangles to be set for this object.

Remarks

This is a helper method that will clear the Points collection and then add the top-left and bottom-right corner points of each item in rects to Points. When this method returns, the number of points in the collection will be the number of rects items multiplied by two.

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