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;} |
Managed Extensions for C++ | |
---|
public: __property int get_FreqLayout();
public: __property void set_FreqLayout(
int value
); |
C++/CLI | |
---|
public:
property int FreqLayout {
int get();
void set (int value);
} |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also