LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

RemoveHoles Property






Gets or set the value that indicates whether to remove all holes from the region that's created internally. .NET support WinRT support
Syntax
public bool RemoveHoles {get; set;}
'Declaration
 
Public Property RemoveHoles As Boolean
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As Boolean
 
instance.RemoveHoles = value
 
value = instance.RemoveHoles
public bool RemoveHoles {get; set;}
 get_RemoveHoles();
set_RemoveHoles(value);
public:
property bool RemoveHoles {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.