LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

AutoCropCommand Constructor(Int32)

Show in webframe







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.
Syntax
public AutoCropCommand( 
   int threshold
)
'Declaration
 
Public Function New( _
   ByVal threshold As Integer _
)
'Usage
 
Dim threshold As Integer
 
Dim instance As New AutoCropCommand(threshold)
public AutoCropCommand( 
   int threshold
)
- (id)initWithThreshold:(unsigned int)threshold;
public AutoCropCommand(int threshold)
function AutoCropCommand( 
   threshold 
)
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

See Also

Reference

AutoCropCommand Class
AutoCropCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.