ClearImage .NET API
ImageLine Property





Inlite.ClearImageNet Namespace > LineFoundEventArgs Class : ImageLine Property
ImageLine object with information about just found image line
Syntax
'Declaration
 
Public ReadOnly Property ImageLine As ImageLine
'Usage
 
Dim instance As LineFoundEventArgs
Dim value As ImageLine
 
value = instance.ImageLine
public ImageLine ImageLine {get;}
public read-only property ImageLine: ImageLine; 
public function get ImageLine : ImageLine
public:
property ImageLine^ ImageLine {
   ImageLine^ get();
}
See Also

Reference

LineFoundEventArgs Class
LineFoundEventArgs Members