Skip to main content

GraphicsCache.DrawBezier Method

Name Parameters Description
DrawBezier(Pen, Point, Point, Point, Point) pen, pt1, pt2, pt3, pt4 Draws a Bezier spline defined by four Point structures.
DrawBezier(Pen, PointF, PointF, PointF, PointF) pen, pt1, pt2, pt3, pt4 Draws a Bezier spline defined by four PointF structures.
DrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single) pen, x1, y1, x2, y2, x3, y3, x4, y4 Draws a Bezier spline defined by four ordered pairs of coordinates that represent points.