←Select platform

Ripple Property

Summary

Gets or sets a value that represents the halftone pattern frequency.

Syntax

C#
VB
WinRT C#
C++
public int Ripple { get; set; } 
Public Property Ripple As Integer 
public int Ripple {get; set;} 
 <br/>get_Ripple();<br/>set_Ripple(value);<br/>Object.defineProperty('Ripple');  
public: 
property int Ripple { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value represents halftone pattern frequency. Internally, it is divided by 100. For example, if Ripple = 200 the actual frequency is 2. Increasing this value increases the number of dots, lines, etc. in the pattern.

Example

Refer to HalfTonePatternCommand 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.Core Assembly