ImageGear for .NET
SetPoint Method (ImGearARTHollowPolygon)




Index of the point in the mark points array.
The point to be 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 ImGearARTHollowPolygon
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 of the point in the mark points array.
point
The point to be set.
See Also

Reference

ImGearARTHollowPolygon Class
ImGearARTHollowPolygon Members
ImGearPoint Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback