←Select platform

Ripple Property

Summary

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

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 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly