Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DeltaDirection Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > ContourFilterCommand Class : DeltaDirection Property



Gets or sets the maximum angle for the thinning algorithm.

Syntax

Visual Basic (Declaration) 
Public Property DeltaDirection As Integer
Visual Basic (Usage)Copy Code
Dim instance As ContourFilterCommand
Dim value As Integer
 
instance.DeltaDirection = value
 
value = instance.DeltaDirection
C# 
public int DeltaDirection {get; set;}
C++/CLI 
public:
property int DeltaDirection {
   int get();
   void set (int value);
}

Return Value

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

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also