ClearImageNet Send comments on this topic.
End Property
See Also 
Inlite.ClearImageNet Namespace > ImageLine Class : End Property




Ending point of the line

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property End As Point
Visual Basic (Usage)Copy Code
Dim instance As ImageLine
Dim value As Point
 
value = instance.End
C# 
public Point End {get;}
Managed Extensions for C++ 
public: __property Point get_End();
C++/CLI 
public:
property Point End {
   Point get();
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]