←Select platform

Frequency Property

Summary

Gets or sets the value that indicates number of times the waves repeat along the radial line on which the filter is applied.

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

Value that indicates number of times the waves repeat along the radial line on which the filter is applied.

Example

Refer to ZigZagCommand 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