Accusoft.ScanFixXpress8.Net
OnlyDiagonal Property (DilateOptions)




Gets and sets a flag for whether pixels should only be extended in a diagonal direction.
Syntax
'Declaration
 
Public Property OnlyDiagonal As Boolean
'Usage
 
Dim instance As DilateOptions
Dim value As Boolean
 
instance.OnlyDiagonal = value
 
value = instance.OnlyDiagonal
public bool OnlyDiagonal {get; set;}
public: __property bool get_OnlyDiagonal();
public: __property void set_OnlyDiagonal( 
   bool value
);
public:
property bool OnlyDiagonal {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false .

Typically, this is set to false . It is an error to set this to true if Direction is not set to a pair of adjacent directions.

See Also

Reference

DilateOptions Class
DilateOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback