Accusoft.Forms1 - Updated
FilterCustomOptions Constructor(Int32[,],Int32,Int32,Int32,Int32)



Accusoft.ScanFixXpressSdk Namespace > FilterCustomOptions Class > FilterCustomOptions Constructor : FilterCustomOptions Constructor(Int32[,],Int32,Int32,Int32,Int32)
Instantiates a new FilterCustomOptions object with the default values.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal weights(,) As Integer, _
   ByVal centerX As Integer, _
   ByVal centerY As Integer, _
   ByVal divisor As Integer, _
   ByVal offset As Integer _
)
Dim weights() As Integer
Dim centerX As Integer
Dim centerY As Integer
Dim divisor As Integer
Dim offset As Integer
 
Dim instance As New FilterCustomOptions(weights, centerX, centerY, divisor, offset)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public FilterCustomOptions( 
   int[,] weights,
   int centerX,
   int centerY,
   int divisor,
   int offset
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
FilterCustomOptions( 
   array<int>^ weights,
   int centerX,
   int centerY,
   int divisor,
   int offset
)

Parameters

weights
centerX
centerY
divisor
offset
See Also

Reference

FilterCustomOptions Class
FilterCustomOptions Members
Overload List