←Select platform

FreqLayout Property

Summary
Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image.
Syntax
C#
VB
C++
public int FreqLayout { get; set; } 
  
Public Property FreqLayout As Integer 
public: 
property int FreqLayout { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the frequency of the circles or lines to be created for the noise image. This parameter is used if the PF_Circle or PF_Line flag is set. Possible values range from 0 through 100. Increase this value to increase the number of circles or lines drawn.

Example

Refer to PerlinCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.