'Declaration
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
ByVal (,) As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
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[,] ,
int ,
int ,
int ,
int
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: FilterCustomOptions(
int[,]* ,
int ,
int ,
int ,
int
)