Visual Basic (Declaration) | |
---|---|
Sub AddCurve( _ ByVal pointData() As PointFEx, _ ByVal tension As System.Single _ ) |
Parameters
- pointData
- An array of PointFEx structures that represents the points that define the curve.
- tension
- A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results.