←Select platform

Ripple Property

Summary

Gets or sets a value that represents the number of shades that are used to produce the background.

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

Property Value

Value that represents the number of shades that are used to produce the background. Internally, it is divided by 100. For example, if Ripple = 200 the actual frequency is 2. This value is ignored if ColoredBallsCommandFlags.ShadingSingle is selected in Flags property.

Example

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