Fill a closed cardinal spline defined by an array of Point structures.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As SvgRendering
Dim points() As PointF
Dim tension As Single
instance.FillClosedCurve(points, tension)
|
Parameters
- points
- Array of Point structures that define the spline.
- tension
- Value greater than or equal to 0.0F that specifies the tension of the curve.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also