Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image.
public int FreqLayout { get; set; }
Public Property FreqLayout As Integer
public int FreqLayout {get; set;}
get_FreqLayout();
set_FreqLayout(value);
Object.defineProperty('FreqLayout');
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.
Refer to PerlinCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET