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

Show in webframe

Length Property (LineRemoveCommandEventArgs)








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

Property Value

Length (in pixels) of the line.
Example
Refer to LineRemoveCommand.
Requirements

Target Platforms

See Also

Reference

LineRemoveCommandEventArgs Class
LineRemoveCommandEventArgs Members

Error processing SSI file