←Select platform

Lambda Property

Summary

Gets or sets the value of the integration constant Lambda.

Syntax
C#
VB
Objective-C
C++
Java
public int Lambda { get; set; } 
Public Property Lambda As Integer 
@property (nonatomic, assign) NSInteger lambda 
public int getLambda() 
public void setLambda(int value) 
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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly