ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityBeziercurve Class / AddPoint Method
ImGearVectorPoint3D object with point coordinates.




In This Topic
    AddPoint Method (ImGearVectorEntityBeziercurve)
    In This Topic
    Addss a point to the specified position on the curve.
    Syntax
    'Declaration
     
    Public Sub AddPoint( _
       ByVal point As ImGearVectorPoint3D _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityBeziercurve
    Dim point As ImGearVectorPoint3D
     
    instance.AddPoint(point)
    public void AddPoint( 
       ImGearVectorPoint3D point
    )
    public: void AddPoint( 
       ImGearVectorPoint3D point
    ) 
    public:
    void AddPoint( 
       ImGearVectorPoint3D point
    ) 

    Parameters

    point
    ImGearVectorPoint3D object with point coordinates.
    See Also