←Select platform

Iterations Property

Summary

Gets or sets the number of iterations of the filter.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Iterations { get; set; } 
Public Property Iterations As Integer 
public int Iterations {get; set;} 
@property (nonatomic, assign) NSInteger iterations 
public int getIterations() 
public void setIterations(int value) 
             
 <br/>get_Iterations();<br/>set_Iterations(value);<br/>Object.defineProperty('Iterations');  
public: 
property int Iterations { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of iterations the filter will perform.

Example

Refer to the SRADAnisotropicDiffusionCommand 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