←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
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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly