PathCubicTo Constructor

Initializes a new instance of the PathCubicTo class.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
C#
public PathCubicTo(
	PointF point1,
	PointF point2,
	PointF point3
)

Parameters

point1  PointF
The first control point of the cubic curve segment.
point2  PointF
The second control point of the cubic curve segment.
point3  PointF
The end point of the cubic curve segment.

See Also