←Select platform

GetBoundingRect Method

Summary

Calculates the minimum rectangle that encloses the specified points.

Syntax
C#
VB
C++
public static LeadRectD GetBoundingRect( 
   LeadPointD[] points 
) 
Public Shared Function GetBoundingRect( 
   ByVal points() As LeadPointD 
) As LeadRectD 
public:  
   static LeadRectD^ GetBoundingRect( 
      array<LeadPointD^>^ points 
   ) 

Parameters

points

Array of points.

Return Value

The rectangle enclosing the specified points.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.