←Select platform

MinVariation Property

Summary

Gets or sets the MinVariation value.

Syntax

C#
VB
WinRT C#
C++
public float MinVariation { get; set; } 
Public Property MinVariation As Single 
public float MinVariation {get; set;} 
 <br/>get_MinVariation();<br/>set_MinVariation(value);<br/>Object.defineProperty('MinVariation');  
public: 
property float MinVariation { 
   float get(); 
   void set (    float ); 
} 

Property Value

Increasing this variable increases parallel diffusion.

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