PathCubicTo Constructor
Namespace: SMath.DrawingAssembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.5.0.0
public PathCubicTo(
PointF point1,
PointF point2,
PointF point3
)
Public Sub New (
point1 As PointF,
point2 As PointF,
point3 As PointF
)
public:
PathCubicTo(
PointF point1,
PointF point2,
PointF point3
)
new :
point1 : PointF *
point2 : PointF *
point3 : PointF -> PathCubicTo
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.