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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityBeziercurve Class : GetPoint Method
Index of the point to be returned.
Returns the specified point from the specified position on the curve.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal index As Integer _
) As ImGearVectorPoint3D
'Usage
 
Dim instance As ImGearVectorEntityBeziercurve
Dim index As Integer
Dim value As ImGearVectorPoint3D
 
value = instance.GetPoint(index)
public ImGearVectorPoint3D GetPoint( 
   int index
)
public: ImGearVectorPoint3D GetPoint( 
   int index
) 
public:
ImGearVectorPoint3D GetPoint( 
   int index
) 

Parameters

index
Index of the point to be returned.

Return Value

See Also

Reference

ImGearVectorEntityBeziercurve Class
ImGearVectorEntityBeziercurve Members
ImGearVectorPoint3D Structure