LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

DeltaDirection Property






Gets or sets the maximum angle for the thinning algorithm. .NET support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContourFilterCommand Class
ContourFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.