GoDiagram Web Reference
SetPoint(Int32,PointF) Method

the zero-based index
A PointF in document coordinates
Replace the point at a particular index;
Syntax
'Declaration
 
Public Overloads Sub SetPoint( _
   ByVal i As Integer, _
   ByVal p As PointF _
) 
public void SetPoint( 
   int i,
   PointF p
)

Parameters

i
the zero-based index
p
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

GoDrawing Class
GoDrawing Members
Overload List
GetPoint Method
PointsCount Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback