ImageGear .NET v24.12 - Updated
SetEndPoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityEasyline Class : SetEndPoint Method
An end point of the line.
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

Reference

ImGearVectorEntityEasyline Class
ImGearVectorEntityEasyline Members
ImGearVectorPoint3D Structure