←Select platform

Frequency Property

Summary

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

Syntax
C#
VB
C++
public int Frequency { get; set; } 
  
Public Property Frequency As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly