←Select platform

Iteration Property

Summary

Gets or sets the value that indicates the number of iterations that will be calculated.

Syntax

C#
VB
WinRT C#
C++
public int Iteration { get; set; } 
  
Public Property Iteration As Integer 
public int Iteration {get; set;} 
  
get_Iteration(); 
set_Iteration(value); 
Object.defineProperty('Iteration');  
public: 
property int Iteration { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly