Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Zones Property (AutoZoningCommand)








Gets the detected zones.
Syntax
public IList<LeadZone> Zones {get;}
'Declaration
 
Public ReadOnly Property Zones As IList(Of LeadZone)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IList(Of LeadZone)
 
value = instance.Zones
@property (nonatomic, strong, readonly) NSMutableArray<LTLeadZone *> *zones
public List<LeadZone> getZones()
 get_Zones(); 
public:
property IList<LeadZone^>^ Zones {
   IList<LeadZone^>^ get();
}

Property Value

IList`1 list that contains the detected zones.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file