'Declaration 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)
public DespeckleOptions( int speckWidth, int speckHeight )
public: DespeckleOptions( int speckWidth, int speckHeight )
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.
- 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.