'Declaration <DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function New( _ ByVal speckWidth As Integer, _ ByVal speckHeight As Integer _ )
'Usage Dim speckWidth As Integer Dim speckHeight As Integer Dim instance As New DespeckleOptions(speckWidth, speckHeight)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public DespeckleOptions( int speckWidth, int speckHeight )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: DespeckleOptions( int speckWidth, int speckHeight )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: DespeckleOptions( int speckWidth, int speckHeight )
Parameters
- speckWidth
- The maximum pixel width that an object can have to be considered a speck. Valid values are positive integer values of one or greater. The default value is 2.
- speckHeight
- The maximum pixel height that an object can have to be considered a speck. Valid values are positive integer values of one or greater. The default value is 2.