LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

FreqLayout Property






Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image. .NET support WinRT support
Syntax
public int FreqLayout {get; set;}
'Declaration
 
Public Property FreqLayout As Integer
'Usage
 
Dim instance As PerlinCommand
Dim value As Integer
 
instance.FreqLayout = value
 
value = instance.FreqLayout
public int FreqLayout {get; set;}
 get_FreqLayout();
set_FreqLayout(value);
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
Refer to PerlinCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PerlinCommand Class
PerlinCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.