ImageGear .NET - Updated December 24, 2018
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)

Parameters

point
A start point of the line.
See Also

Reference

ImGearVectorEntityEasyline Class
ImGearVectorEntityEasyline Members
ImGearVectorPoint3D Structure