Instantiates a new FilterUnsharpOptions object with the specified values.
Syntax
'Declaration
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim height As Integer
Dim width As Integer
Dim centerX As Integer
Dim centerY As Integer
Dim instance As New FilterUnsharpOptions(height, width, centerX, centerY)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public FilterUnsharpOptions(
int ,
int ,
int ,
int
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: FilterUnsharpOptions(
int ,
int ,
int ,
int
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
FilterUnsharpOptions(
int ,
int ,
int ,
int
)
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