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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Length Property (SmoothCommandEventArgs)








Gets the length (in pixels) of the bump or nick.
Syntax
public int Length {get;}
public int Length {get;}
@property (nonatomic, assign, readonly) NSInteger length
public int getLength()
 get_Length(); 
public:
property int Length {
   int get();
}
'Declaration
 
Public ReadOnly Property Length As Integer
 
'Usage
 
Dim instance As SmoothCommandEventArgs
Dim value As Integer
 
value = instance.Length

Property Value

Length (in pixels) of the bump or nick.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

Error processing SSI file