ImageGear PDF v25.2 - Updated
SetPoint Method (ImGearARTFreeLine)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTFreeLine Class : SetPoint Method
Index to set the point at.
Point to set.
Sets mark's point at the specified index.
Syntax
'Declaration
 
Public Sub SetPoint( _
   ByVal index As Integer, _
   ByVal point As ImGearPoint _
) 
'Usage
 
Dim instance As ImGearARTFreeLine
Dim index As Integer
Dim point As ImGearPoint
 
instance.SetPoint(index, point)
public void SetPoint( 
   int index,
   ImGearPoint point
)
public: void SetPoint( 
   int index,
   ImGearPoint point
) 
public:
void SetPoint( 
   int index,
   ImGearPoint point
) 

Parameters

index
Index to set the point at.
point
Point to set.
See Also

Reference

ImGearARTFreeLine Class
ImGearARTFreeLine Members
ImGearPoint Structure

Is this page helpful?
Yes No
Thanks for your feedback.