←Select platform

CalculateContentBound Method

Summary

Calculates the minimum bounding rectangle containing all pixel content in the specified bounds.

Syntax
C#
VB
C++
public void CalculateContentBound( 
   ICollection<ExObjContentBound> bounds, 
   ExObjContentBoundOptions options 
) 
Public Sub CalculateContentBound( 
   ByVal bounds As ICollection(Of ExObjContentBound 
), 
   ByVal options As ExObjContentBoundOptions) 
public:  
   void CalculateContentBound( 
      ICollection<ExObjContentBound^>^ bounds, 
      ExObjContentBoundOptions^ options 
   ) 

Parameters

bounds

The bounds to be updated. This value cannot be null.

options

Additional options. This value cannot be null.

Example

For an example, refer to ExtractObjectsCommand.

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.ImageProcessing.Core Assembly

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