←Select platform

AddRectangle Method

Summary

Adds a rectangle to this AnnTextReviewObject.

Syntax

C#
VB
Java
WinRT C#
C++
public virtual void AddRectangle( 
   LeadRectD rect 
) 
Public Overridable Sub AddRectangle( _ 
   ByVal rect As Leadtools.LeadRectD _ 
)  
public virtual void AddRectangle(  
   Leadtools.LeadRectD rect 
) 
public void addRectangle(LeadRectD rect) 
 function Leadtools.Annotations.Core.AnnTextReviewObject.AddRectangle(  
   rect  
) 
public:  
   virtual void AddRectangle( 
      LeadRectD^ 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly