←Select platform

Zones Property

Summary

Gets the detected zones.

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadZone> Zones {get;} 
Public ReadOnly Property Zones As IVector(Of LeadZone) 
public IVector<LeadZone> Zones {get;} 
 get_Zones();  
public: 
property IVector<LeadZone^>^ Zones { 
   IVector<LeadZone^>^ get(); 
} 

Property Value

IVector<LeadZone> 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