Gets or sets the maximum angle for the thinning algorithm.
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;}
<br/>get_DeltaDirection();<br/>set_DeltaDirection(value);<br/>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.