←Select platform

Smoothing Property

Summary

Gets or sets the Smoothing value.

Syntax

C#
VB
WinRT C#
C++
public int Smoothing { get; set; } 
Public Property Smoothing As Integer 
public int Smoothing {get; set;} 
 <br/>get_Smoothing();<br/>set_Smoothing(value);<br/>Object.defineProperty('Smoothing');  
public: 
property int Smoothing { 
   int get(); 
   void set (    int ); 
} 

Property Value

Size of the smoothing kernel used on the image.

Example

Refer to AnisotropicDiffusionCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly