ImageGear .NET v24.12 - Updated
AddPoint Method (ImGearVectorEntityBeziercurve)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityBeziercurve Class : AddPoint Method
ImGearVectorPoint3D object with point coordinates.
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

Reference

ImGearVectorEntityBeziercurve Class
ImGearVectorEntityBeziercurve Members
ImGearVectorPoint3D Structure