←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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly