GoDiagram Web Reference
RemovePoint Method (GoPolygon)

the zero-based index
Remove the point at a particular index, thereby reducing the number of points by one.
Syntax
'Declaration
 
Public Overridable Sub RemovePoint( _
   ByVal i As Integer _
) 
public virtual void RemovePoint( 
   int i
)

Parameters

i
the zero-based index
Remarks
This method does nothing 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
AddPoint(PointF) Method
InsertPoint Method
PointsCount Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback