LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Iterations Property

Show in webframe







Gets or sets the number of iterations of the filter.
Syntax
public int Iterations {get; set;}
'Declaration
 
Public Property Iterations As Integer
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Integer
 
instance.Iterations = value
 
value = instance.Iterations
public int Iterations {get; set;}

            

            
 
get_Iterations();
set_Iterations(value);
Object.defineProperty('Iterations');
public:
property int Iterations {
   int get();
   void set (    int value);
}

Property Value

Number of iterations the filter will perform.
Example
Refer to AnisotropicDiffusionCommand.
Requirements

Target Platforms

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

 

 


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