LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Zones Property

Show in webframe







Gets the detected zones.
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
@property (nonatomic, strong, readonly) NSMutableArray* zones;
public List<LeadZone> getZones()
 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

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.