Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
FreqLayout Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > PerlinCommandBitmapEffect Class : FreqLayout Property





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 PerlinCommandBitmapEffect
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);
}
XAML Attributes Usage 

<object FreqLayout =int >

Dependency Property Information 

Identifier field

FreqLayoutProperty

Metadata properties set to true

None

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

For XAML example, refer to PerlinCommandBitmapEffect.

For C#/VB examples, refer to PerlinCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also