←Select platform

WaveLength Property

Summary

Gets or sets a value that represents the wave length.

Syntax

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

Property Value

Value that represents the wave length, if RadialWaveCommand.Period is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If the RadialWaveCommandFlags.Frequency flag is set in the Flags property, this value is the number of repeated waves.

Example

Refer to RadialBlurCommand.

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