GoDiagram Web Reference
GetPoint Method (GoPolygon)

the zero-based index
Get the point at a particular index.
Syntax
'Declaration
 
Public Overridable Function GetPoint( _
   ByVal i As Integer _
) As PointF
public virtual PointF GetPoint( 
   int i
)

Parameters

i
the zero-based index

Return Value

A PointF in document coordinates
Remarks
This method throws an exception if i is out of bounds.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPolygon Class
GoPolygon Members
SetPoint Method
PointsCount Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback