←Select platform

RemoveHoles Property

Summary

Gets or set the value that indicates whether to remove all holes from the region that's created internally.

Syntax

C#
VB
WinRT C#
C++
public bool RemoveHoles { get; set; } 
Public Property RemoveHoles As Boolean 
public bool RemoveHoles {get; set;} 
 <br/>get_RemoveHoles();<br/>set_RemoveHoles(value);<br/>Object.defineProperty('RemoveHoles');  
public: 
property bool RemoveHoles { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

Value that indicates whether to remove all holes from the region that's created internally.

Example

Refer to KaufmannRegionCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly