ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasyline Class / SetEndPoint Method
An end point of the line.




In This Topic
    SetEndPoint Method
    In This Topic
    Sets the end point of the line.
    Syntax
    'Declaration
     
    Public Sub SetEndPoint( _
       ByVal point As ImGearVectorPoint3D _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityEasyline
    Dim point As ImGearVectorPoint3D
     
    instance.SetEndPoint(point)
    public void SetEndPoint( 
       ImGearVectorPoint3D point
    )
    public: void SetEndPoint( 
       ImGearVectorPoint3D point
    ) 
    public:
    void SetEndPoint( 
       ImGearVectorPoint3D point
    ) 

    Parameters

    point
    An end point of the line.
    See Also