Accusoft.ScanFixXpress8.Net
CenterX Property (FilterCloseOptions)




Gets and sets horizontal value for center point of filter. A value of -1 will automatically set the center based on region size.
Syntax
'Declaration
 
Public Property CenterX As Integer
'Usage
 
Dim instance As FilterCloseOptions
Dim value As Integer
 
instance.CenterX = value
 
value = instance.CenterX
public int CenterX {get; set;}
public: __property int get_CenterX();
public: __property void set_CenterX( 
   int value
);
public:
property int CenterX {
   int get();
   void set (    int value);
}
Remarks

The default value is -1 .

Valid values are -1 or 0 to {Width} - 1 .

See Also

Reference

FilterCloseOptions Class
FilterCloseOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback