Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

AngleRipple Property








Gets or sets a value that represents the amount of angular pattern frequency.
Syntax
public int AngleRipple {get; set;}
'Declaration
 
Public Property AngleRipple As Integer
'Usage
 
Dim instance As HalfTonePatternCommand
Dim value As Integer
 
instance.AngleRipple = value
 
value = instance.AngleRipple
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 value);
}

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

See Also

Reference

HalfTonePatternCommand Class
HalfTonePatternCommand Members

Error processing SSI file