←Select platform

Frequency Property

Summary

Gets or sets the value that indicates the frequency component for both the x and y axis.

Syntax
C#
VB
C++
public int Frequency { get; set; } 
  
Public Property Frequency As Integer 
public: 
property int Frequency { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the frequency component for both the x and y axis. Possible values range from 0 to 16. No noise is created if the value is 0. Increasing this value increases the noise.

Example

Refer to PerlinCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly