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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityBeziercurve Class : SetPoint Method
Index of the point to be set.
ImGearVectorPoint3D object with new point coordinates.
Sets the specified point to the specified position on the curve.
Syntax
'Declaration
 
Public Sub SetPoint( _
   ByVal index As Integer, _
   ByVal point As ImGearVectorPoint3D _
) 
'Usage
 
Dim instance As ImGearVectorEntityBeziercurve
Dim index As Integer
Dim point As ImGearVectorPoint3D
 
instance.SetPoint(index, point)
public void SetPoint( 
   int index,
   ImGearVectorPoint3D point
)
public: void SetPoint( 
   int index,
   ImGearVectorPoint3D point
) 
public:
void SetPoint( 
   int index,
   ImGearVectorPoint3D point
) 

Parameters

index
Index of the point to be set.
point
ImGearVectorPoint3D object with new point coordinates.
See Also

Reference

ImGearVectorEntityBeziercurve Class
ImGearVectorEntityBeziercurve Members
ImGearVectorPoint3D Structure