MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathExtensions Class / AddCurve Method

In This Topic
AddCurve Method (PathExtensions)
In This Topic
Adds spline curve.
Syntax
'Declaration
 
Public Shared Sub AddCurve( _
   ByVal path As PathEx, _
   ByVal points() As PointF, _
   ByVal tension As Single _
) 
 

Parameters

path
points
tension
See Also