GoDiagram Web Reference
InsertPoint Method (GoPolygon)

the zero-based index
A PointF in document coordinates
Add a point at a particular index, thereby increasing the number of points by one.
Syntax
'Declaration
 
Public Overridable Sub InsertPoint( _
   ByVal i As Integer, _
   ByVal p As PointF _
) 
public virtual void InsertPoint( 
   int i,
   PointF p
)

Parameters

i
the zero-based index
p
A PointF in document coordinates
Remarks
This method throws an ArgumentException if the index i is less than zero.
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
AddPoint(PointF) Method
RemovePoint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback