ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasyline Class / GetEndPoint Method




In This Topic
    GetEndPoint Method
    In This Topic
    Returns the end point of the line.
    Syntax
    'Declaration
     
    Public Function GetEndPoint() As ImGearVectorPoint3D
    'Usage
     
    Dim instance As ImGearVectorEntityEasyline
    Dim value As ImGearVectorPoint3D
     
    value = instance.GetEndPoint()
    public ImGearVectorPoint3D GetEndPoint()
    public: ImGearVectorPoint3D GetEndPoint(); 
    public:
    ImGearVectorPoint3D GetEndPoint(); 

    Return Value

    New instance of ImGearVectorPoint3D structure object.
    See Also