←Select platform

WaveLength Property

Summary

Gets or sets a value that represents the wave length.

Syntax
C#
VB
C++
public int WaveLength { get; set; } 
  
Public Property WaveLength As Integer 
public: 
property int WaveLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the wave length, if FreeHandWaveCommandFlags.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 FreeHandWaveCommandFlags.Frequency is set in Flags property, this value is the number of repeated waves.

Example

Refer to FreeHandWaveCommand.

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