ImageGear .NET v24.12 - Updated
GetEndPoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityEasyline Class : GetEndPoint Method
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

Reference

ImGearVectorEntityEasyline Class
ImGearVectorEntityEasyline Members