LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

DeltaDirection Property

Show in webframe







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;}

            

            
 
get_DeltaDirection();
set_DeltaDirection(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.