PathQuadCurveTo Constructor

Initializes a new instance of the PathQuadCurveTo class.

Definition

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

Parameters

point1  PointF
The control point of the quadratic curve segment.
point2  PointF
The end point of the quadratic curve segment.

See Also