LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Zones Property

Show in webframe







Gets the detected zones.
Syntax
public IVector<LeadZone> Zones {get;}
'Declaration
 
Public ReadOnly Property Zones As IVector(Of LeadZone)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IVector(Of LeadZone)
 
value = instance.Zones
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

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

 

 


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