←Select platform

EightConnectivity Property

Summary

Indicates whether the diagonals will be considered during object extraction.

Syntax
C#
VB
C++
public bool EightConnectivity {get; set;} 
Public Property EightConnectivity() As Boolean 
   Get 
   Set 
public:  
   property bool EightConnectivity 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to enable 8-way connectivity (diagonals); otherwise, false for 4-way connectivity (NSEW). The default value is false.

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.