ImageGear .NET v24.12 - Updated
SetStartPoint Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityEasyline Class : SetStartPoint Method
A start point of the line.
Sets the start point of the line.
Syntax
'Declaration
 
Public Sub SetStartPoint( _
   ByVal point As ImGearVectorPoint3D _
) 
'Usage
 
Dim instance As ImGearVectorEntityEasyline
Dim point As ImGearVectorPoint3D
 
instance.SetStartPoint(point)
public void SetStartPoint( 
   ImGearVectorPoint3D point
)
public: void SetStartPoint( 
   ImGearVectorPoint3D point
) 
public:
void SetStartPoint( 
   ImGearVectorPoint3D point
) 

Parameters

point
A start point of the line.
See Also

Reference

ImGearVectorEntityEasyline Class
ImGearVectorEntityEasyline Members
ImGearVectorPoint3D Structure