GoDiagram Web Reference
InsertCurveFrom(Int32,Single,Single,Single,Single,Single,Single) Method

Insert a Bezier curve segment into this shape that will end at the given index.
Syntax
'Declaration
 
Public Overloads Sub InsertCurveFrom( _
   ByVal i As Integer, _
   ByVal c1x As Single, _
   ByVal c1y As Single, _
   ByVal c2x As Single, _
   ByVal c2y As Single, _
   ByVal x As Single, _
   ByVal y As Single _
) 
public void InsertCurveFrom( 
   int i,
   float c1x,
   float c1y,
   float c2x,
   float c2y,
   float x,
   float y
)

Parameters

i
c1x
c1y
c2x
c2y
x
y
Remarks
This just calls InsertCurveFrom(Int32,PointF,PointF,PointF).
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback