Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Variance Property (RakeRemoveCommand)








Gets or sets the amount of width change that is tolerated between adjacent line slices.
Syntax
public int Variance {get; set;}
'Declaration
 
Public Property Variance As Integer
'Usage
 
Dim instance As RakeRemoveCommand
Dim value As Integer
 
instance.Variance = value
 
value = instance.Variance
public int Variance {get; set;}
 <br/>get_Variance();<br/>set_Variance(value);<br/>Object.defineProperty('Variance'); 
public:
property int Variance {
   int get();
   void set (    int value);
}

Property Value

Amount of width change that is tolerated between adjacent line slice.
Example
Refer to RakeRemoveCommand.
Requirements

Target Platforms

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

Error processing SSI file