ImageGear for .NET
SetPoint Method (ImGearARTCurve)




Index of the point.
The point to set.
Sets the point with the specified index.
Syntax
public void SetPoint( 
   int index,
   ImGearPoint point
)
public: void SetPoint( 
   int index,
   ImGearPoint point
) 
public:
void SetPoint( 
   int index,
   ImGearPoint point
) 
'Declaration
 
Public Sub SetPoint( _
   ByVal index As Integer, _
   ByVal point As ImGearPoint _
) 
 
'Usage
 
Dim instance As ImGearARTCurve
Dim index As Integer
Dim point As ImGearPoint
 
instance.SetPoint(index, point)

Parameters

index
Index of the point.
point
The point to set.
See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback