ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityEasyline Class / GetStartPoint Method




In This Topic
    GetStartPoint Method
    In This Topic
    Returns the start point of the line.
    Syntax
    'Declaration
     
    Public Function GetStartPoint() As ImGearVectorPoint3D
    'Usage
     
    Dim instance As ImGearVectorEntityEasyline
    Dim value As ImGearVectorPoint3D
     
    value = instance.GetStartPoint()
    public ImGearVectorPoint3D GetStartPoint()
    public: ImGearVectorPoint3D GetStartPoint(); 
    public:
    ImGearVectorPoint3D GetStartPoint(); 

    Return Value

    New instance of ImGearVectorPoint3D structure object.
    See Also