GoDiagram Web Reference
SetPoint Method (GoStroke)

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

Parameters

i
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

GoStroke Class
GoStroke Members
GetPoint Method
PointsCount Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback