'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Overloads Sub SmoothObjects( _ ByVal options As SmoothObjectsOptions _ )
'Usage Dim instance As ScanFix Dim options As SmoothObjectsOptions instance.SmoothObjects(options)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public void SmoothObjects( SmoothObjectsOptions options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void SmoothObjects( SmoothObjectsOptions* options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void SmoothObjects( SmoothObjectsOptions^ options )
Parameters
- options
- A SmoothObjectsOptions object that specifies how to smooth the image.