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;} |
Managed Extensions for C++ | |
---|
public: __property int get_DeltaDirection();
public: __property void set_DeltaDirection(
int value
); |
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