←Select platform

AddRectangle Method

Summary
Adds a rectangle to this AnnTextReviewObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void AddRectangle( 
   LeadRectD rect 
) 
- (void)addRectangle:(LeadRectD)rect; 
public void addRectangle(LeadRectD rect) 
public:  
   virtual void AddRectangle( 
      LeadRectD^ rect 
   ) 
def AddRectangle(self,rect): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Annotations.Engine Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.