←Select platform

Iterations Property

Summary
Gets or sets the number of iterations the filter will perform.
Syntax
C#
VB
Objective-C
C++
Java
public int Iterations { get; set; } 
Public Property Iterations As Integer 
@property (nonatomic, assign) NSInteger iterations 
public int getIterations() 
public void setIterations(int value) 
public: 
property int Iterations { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of iterations the filter will perform.

Example

Refer to the TADAnisotropicDiffusionCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.