GoDiagram Win Reference
AddPoint(Single,Single) Method

This method is just a convenience overload of AddPoint(PointF).
Syntax
'Declaration
 
Public Overloads Function AddPoint( _
   ByVal x As Single, _
   ByVal y As Single _
) As Integer
public int AddPoint( 
   float x,
   float y
)

Parameters

x
y

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

GoStroke Class
GoStroke Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback