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

Zones Property






Gets the detected zones. .NET support
Syntax
public IList<LeadZone> Zones {get;}
'Declaration
 
Public ReadOnly Property Zones As IList(Of LeadZone)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IList(Of LeadZone)
 
value = instance.Zones
 get_Zones(); 
public:
property IList<LeadZone^>^ Zones {
   IList<LeadZone^>^ get();
}

Property Value

IList list that contains the detected zones.
Example
Refer to AutoZoningCommand example.
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

AutoZoningCommand Class
AutoZoningCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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