ScanFix Xpress v9.0 for .NET - Updated
CenterX Property (FilterGaussianOptions)




Accusoft.ScanFixXpressSdk Namespace > FilterGaussianOptions Class : CenterX Property
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 FilterGaussianOptions
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

FilterGaussianOptions Class
FilterGaussianOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.