Replaces the rectangles of this AnnTextReviewObject.
Public Overridable Sub SetRectangles( _
ByVal rects() As Leadtools.LeadRectD _
)
public virtual void SetRectangles(
Leadtools.LeadRectD[] rects
)
public void setRectangles(LeadRectD[] rects)
function Leadtools.Annotations.Core.AnnTextReviewObject.SetRectangles(
rects
)
rects
The array of new rectangles to be set for this object.
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.
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