GoDiagram Web Reference
AddPoint(PointF) Method

A PointF in document coordinates
Add another point to the end of this polygon's curve.
Syntax
'Declaration
 
Public Overloads Overridable Function AddPoint( _
   ByVal p As PointF _
) As Integer
public virtual int AddPoint( 
   PointF p
)

Parameters

p
A PointF in document coordinates

Return Value

the zero-based index of the point that was added
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
Overload List
InsertPoint Method
RemovePoint Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback