←Select platform

AutoZoningCommand Constructor(AutoZoningOptions)

Summary

Initializes a new AutoZoningCommand with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal options As AutoZoningOptions _ 
) 
- (instancetype)initWithOptions:(LTAutoZoningOptions)options 
public AutoZoningCommand(int options) 
public: 
AutoZoningCommand(  
   AutoZoningOptions options 
) 

Parameters

options
enumeration that determine the behavior of the AutoZoning algorithm.

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