←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;}
get_Ripple(); 
set_Ripple(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize