ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasyline Class / SetStartPoint Method
A start point of the line.




In This Topic
    SetStartPoint Method
    In This Topic
    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