C#
VB
Java
WinRT C#
C++
Adds a rectangle to this AnnTextReviewObject.
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
)
rect
The rectangle to be added to the AnnTextReviewObject.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET