←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly