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

Extend the current figure by drawing a Bezier curve from the last point to another point, with two control points to guide the curve.
Syntax
'Declaration
 
Public Overloads Sub InsertCurveTo( _
   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 InsertCurveTo( 
   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 InsertCurveTo(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