Holds information about image line
Syntax
'Declaration
Public Class ImageLine
'Usage
Dim instance As ImageLine
public ref class ImageLine
Public Properties
| Name | Description |
 | Angle | Line angle in degrees |
 | Direction | Line orientation |
 | End | Ending point of the line |
 | Rectangle | Rectangle encompassing line |
 | Start | Starting point of the line |
Top
See Also