←Select platform

Zones Property

Summary

Gets the detected zones.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadZone> Zones { get; } 
Public ReadOnly Property Zones As IList(Of LeadZone) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadZone> Zones {get;} 
@property (nonatomic, strong, readonly) NSMutableArray<LTLeadZone *> *zones 
public List<LeadZone> getZones() 
 get_Zones();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly