GoDiagram Win Reference
DrawBezier(Pen,Brush,PointF,PointF,PointF,PointF) Method

The pen with which to draw the curve
The brush with which to draw the curve
The start point
The first control point
The second control point
The end point
Draws a cubic Bezier curve.
Syntax
'Declaration
 
Public Overloads Sub DrawBezier( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal start As PointF, _
   ByVal c1 As PointF, _
   ByVal c2 As PointF, _
   ByVal end As PointF _
) 
public void DrawBezier( 
   Pen pen,
   Brush brush,
   PointF start,
   PointF c1,
   PointF c2,
   PointF end
)

Parameters

pen
The pen with which to draw the curve
brush
The brush with which to draw the curve
start
The start point
c1
The first control point
c2
The second control point
end
The end point
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

GoPdfGenerator Class
GoPdfGenerator Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback