←Select platform

CalculateRegion Method

Summary

Populates the region for each object using its outline points.

Syntax
C#
VB
C++
public void CalculateRegion( 
   ICollection<ExObjObject> objects, 
   ExObjRegionOptions options 
) 
Public Sub CalculateRegion( 
   ByVal objects As ICollection(Of ExObjObject 
), 
   ByVal options As ExObjRegionOptions) 
public:  
   void CalculateRegion( 
      ICollection<ExObjObject^>^ objects, 
      ExObjRegionOptions^ options 
   ) 

Parameters

objects

The objects to process. This value cannot be null.

options

Additional options. This value cannot be null.

Remarks

If ExObjObject.Siblings is populated, this method will properly handle the additional objects during calculation.

Example

Refer to ExtractObjectsCommand for an example.

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.