LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Iteration Property






Gets or sets the value that indicates the number of iterations that will be calculated. .NET support WinRT support
Syntax
public int Iteration {get; set;}
'Declaration
 
Public Property Iteration As Integer
'Usage
 
Dim instance As PerlinCommand
Dim value As Integer
 
instance.Iteration = value
 
value = instance.Iteration
public int Iteration {get; set;}
 get_Iteration();
set_Iteration(value);
public:
property int Iteration {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the number of iterations that will be calculated. Possible values range from 0 to 8. No noise is created if the value is 0. Increasing this value increases the detail in the noise, as well as computation time.
Example
Refer to PerlinCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PerlinCommand Class
PerlinCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.