←Select platform

Zones Property

Summary
Gets the detected zones.
Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadZone> Zones { get; } 
Public ReadOnly Property Zones As IList(Of LeadZone) 
@property (nonatomic, strong, readonly) NSMutableArray<LTLeadZone *> *zones 
public List<LeadZone> getZones() 
public: 
property IList<LeadZone^>^ Zones { 
   IList<LeadZone^>^ get(); 
} 

Property Value

IList<T> list that contains the detected zones.
Example

Refer to AutoZoningCommand example.

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.