Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FreqLayout As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PerlinCommand
Dim value As Integer
instance.FreqLayout = value
value = instance.FreqLayout |
C# | |
---|
public int FreqLayout {get; set;} |
C++/CLI | |
---|
public:
property int FreqLayout {
int get();
void set ( int value);
} |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also