LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Variance Property
See Also 
Leadtools.ImageProcessing.Core Namespace > BorderRemoveCommand Class : Variance Property



Gets or sets the amount of variance tolerated in the border. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Variance As Integer
Visual Basic (Usage)Copy Code
Dim instance As BorderRemoveCommand
Dim value As Integer
 
instance.Variance = value
 
value = instance.Variance
C# 
public int Variance {get; set;}
C++/CLI 
public:
property int Variance {
   int get();
   void set (    int value);
}

Property Value

Amount of variance tolerated in the border. If the border varies significantly in thickness, you should use a higher value for Variance. Range is 0 to 10.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also