←Select platform

Frequency Property

Summary

Gets or sets the value that controls the amount of cloud texture inside the image.

Syntax

C#
VB
WinRT C#
C++
public int Frequency { get; set; } 
  
Public Property Frequency As Integer 
public int Frequency {get; set;} 
  
get_Frequency(); 
set_Frequency(value); 
Object.defineProperty('Frequency');  
public: 
property int Frequency { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount of cloud texture inside the image.

Remarks

Possible values range from 0 to 16. A value of 0 means no cloud texture will be created, while a value of 16 means the maximum concentration of clouds will be created.

Example

Refer to the CloudsCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly