←Select platform

DeltaDirection Property

Summary

Gets or sets the maximum angle for the thinning algorithm.

Syntax
C#
VB
C++
public int DeltaDirection { get; set; } 
Public Property DeltaDirection As Integer 
public: 
property int DeltaDirection { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly