ImageGear .NET - Updated
GetPoint Method (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : GetPoint Method
The index of the point to get.
Gets mark's point with the specified index.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal index As Integer _
) As ImGearPoint
'Usage
 
Dim instance As ImGearARTPolygon
Dim index As Integer
Dim value As ImGearPoint
 
value = instance.GetPoint(index)
public ImGearPoint GetPoint( 
   int index
)
public: ImGearPoint GetPoint( 
   int index
) 
public:
ImGearPoint GetPoint( 
   int index
) 

Parameters

index
The index of the point to get.

Return Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members
ImGearPoint Structure