ImageGear PDF v25.2 - Updated
GetPoint Method (ImGearARTHollowPolygon)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTHollowPolygon Class : GetPoint Method
Index of the point in the mark points array.
Gets mark's point with the specified index.
Syntax
'Declaration
 
Public Function GetPoint( _
   ByVal index As Integer _
) As ImGearPoint
'Usage
 
Dim instance As ImGearARTHollowPolygon
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
Index of the point in the mark points array.

Return Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTHollowPolygon Class
ImGearARTHollowPolygon Members
ImGearPoint Structure

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