←Select platform

Lambda Property (TADAnisotropicDiffusionCommand)

Summary

Gets or sets the value of the integration constant Lambda.

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

An integer that represents the integration constant. The maximum value is 25.

Remarks

Lambda controls the speed of diffusion. Typically set it to the maximum (25). The default value is 14.

Example

Refer to the TADAnisotropicDiffusionCommand 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