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

Show in webframe

DeltaDirection Property








Gets or sets the maximum angle for the thinning algorithm.
Syntax
public int DeltaDirection {get; set;}
'Declaration
 
Public Property DeltaDirection As Integer
'Usage
 
Dim instance As ContourFilterCommand
Dim value As Integer
 
instance.DeltaDirection = value
 
value = instance.DeltaDirection
public int DeltaDirection {get; set;}
 <br/>get_DeltaDirection();<br/>set_DeltaDirection(value);<br/>Object.defineProperty('DeltaDirection'); 
public:
property int DeltaDirection {
   int get();
   void set (    int value);
}

Property Value

Maximum angle for the thinning algorithm. Values can be from 1 to 64. Default is 35.
Example
Refer to ContourFilterCommand.
Requirements

Target Platforms

See Also

Reference

ContourFilterCommand Class
ContourFilterCommand Members

Error processing SSI file