GoDiagram Web Reference
DrawBezier Method (GoShape)

Draw a Bezier curve.
Syntax
'Declaration
 
Public Shared Sub DrawBezier( _
   ByVal g As Graphics, _
   ByVal view As GoView, _
   ByVal pen As Pen, _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single, _
   ByVal x3 As Single, _
   ByVal y3 As Single, _
   ByVal x4 As Single, _
   ByVal y4 As Single _
) 
public static void DrawBezier( 
   Graphics g,
   GoView view,
   Pen pen,
   float x1,
   float y1,
   float x2,
   float y2,
   float x3,
   float y3,
   float x4,
   float y4
)

Parameters

g
view
pen
x1
y1
x2
y2
x3
y3
x4
y4
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

GoShape Class
GoShape Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback