←Select platform

Variance Property

Summary

Gets or sets the amount of width change that is tolerated between adjacent line slices.

Syntax

C#
VB
C++
public int Variance { get; set; } 
Public Property Variance As Integer 
public: 
property int Variance { 
   int get(); 
   void set (    int ); 
} 

Property Value

Amount of width change that is tolerated between adjacent line slice.

Example

Refer to RakeRemoveCommand.

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