XpsDevice.CubicBezierTo

XpsDevice.CubicBezierTo method

Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt2, using pt1 and pt2 as the Bézier control points. The new current point is pt3.

public override void CubicBezierTo(PointF pt1, PointF pt2, PointF pt3)
ParameterTypeDescription
pt1PointFCoordinates of first point
pt2PointFCoordinates of second point
pt3PointFCoordinates of third point

See Also