Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
System.Drawing
Graphics Class
Graphics Methods
DrawCurve Method

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Graphics.DrawCurve Method
Draws a cardinal spline through a specified array of Point structures.
Name Description
Graphics.DrawCurve (Pen, Point[]) Draws a cardinal spline through a specified array of Point structures.
Graphics.DrawCurve (Pen, PointF[]) Draws a cardinal spline through a specified array of PointF structures.
Graphics.DrawCurve (Pen, Point[], Single) Draws a cardinal spline through a specified array of Point structures using a specified tension.
Graphics.DrawCurve (Pen, PointF[], Single) Draws a cardinal spline through a specified array of PointF structures using a specified tension.
Graphics.DrawCurve (Pen, PointF[], Int32, Int32) Draws a cardinal spline through a specified array of PointF structures. The drawing begins offset from the beginning of the array.
Graphics.DrawCurve (Pen, Point[], Int32, Int32, Single) Draws a cardinal spline through a specified array of Point structures using a specified tension.
Graphics.DrawCurve (Pen, PointF[], Int32, Int32, Single) Draws a cardinal spline through a specified array of PointF structures using a specified tension. The drawing begins offset from the beginning of the array.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker