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



threshold
Delta value for detecting blank space. Starting at each edge of the image and evaluating toward the center, any change in intensity that is less than or equal to this value is considered blank space. Valid values are 0 to 255.
Initializes a new AutoCropCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal threshold As Integer _
)
Visual Basic (Usage)Copy Code
Dim threshold As Integer
 
Dim instance As New AutoCropCommand(threshold)
C# 
public AutoCropCommand( 
   int threshold
)
C++/CLI 
public:
AutoCropCommand( 
   int threshold
)

Parameters

threshold
Delta value for detecting blank space. Starting at each edge of the image and evaluating toward the center, any change in intensity that is less than or equal to this value is considered blank space. Valid values are 0 to 255.

Example

Refer to AutoCropCommand.

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