Accusoft.ScanFixXpress8.Net - Updated
FilterAverageOptions Constructor(Int32,Int32,Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > FilterAverageOptions Class > FilterAverageOptions Constructor : FilterAverageOptions Constructor(Int32,Int32,Int32,Int32)
Value for height of custom filter.
Value for width of custom filter.
Horizontal value for center point of the filter. -1 for center of defined size.
Vertical value for center point of the filter. -1 for center of defined size.
Instantiates a new FilterAverageOptions object with the specified values.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal height As Integer, _
   ByVal width As Integer, _
   ByVal centerX As Integer, _
   ByVal centerY As Integer _
)
'Usage
 
Dim height As Integer
Dim width As Integer
Dim centerX As Integer
Dim centerY As Integer
 
Dim instance As New FilterAverageOptions(height, width, centerX, centerY)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public FilterAverageOptions( 
   int height,
   int width,
   int centerX,
   int centerY
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: FilterAverageOptions( 
   int height,
   int width,
   int centerX,
   int centerY
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
FilterAverageOptions( 
   int height,
   int width,
   int centerX,
   int centerY
)

Parameters

height
Value for height of custom filter.
width
Value for width of custom filter.
centerX
Horizontal value for center point of the filter. -1 for center of defined size.
centerY
Vertical value for center point of the filter. -1 for center of defined size.
See Also

Reference

FilterAverageOptions Class
FilterAverageOptions Members
Overload List