←Select platform

AngleRipple Property

Summary

Gets or sets a value that represents the amount of angular pattern frequency.

Syntax

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

Property Value

Value that represents angular pattern frequency. Angular patterns only occur when either HalfTonePatternCommandType.Circle or HalfTonePatternCommandType.Ellipse is selected in the type property. This value determines how many "spokes" appear in the image.

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