←Select platform

Lambda Property (SRADAnisotropicDiffusionCommand)

Summary

Gets or sets the smoothing time step value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Lambda {get; set;}
Public Property Lambda As Integer
public int Lambda {get; set;}
@property (nonatomic, assign) NSInteger lambda
public int getLambda() 
public void setLambda(int value) 
get_Lambda(); 
set_Lambda(value); 
Object.defineProperty('Lambda'); 
public: 
property int Lambda { 
   int get(); 
   void set (    int ); 
} 

Property Value

The smoothing time step value. Valid values range from 0 to 100. A value of 0 means nothing will be done to the image.

Example

Refer to the SRADAnisotropicDiffusionCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize