Constructor FreeHandBezierSegment

Namespace TallComponents.PDF.Shapes
Class FreeHandBezierSegment

Creates a new BezierShape given a start control point, end control point and an end point

Syntax

public  FreeHandBezierSegment( Double  x1 Double  y1 Double  x2 Double  y2 Double  x3 Double  y3 )

Parameters


Double x1
Horizontal position of the start control point.

Double y1
Vertical position of the start control point.

Double x2
Horizontal position of the end control point.

Double y2
Vertical position of the end control point.

Double x3
Horizontal position of the end point.

Double y3
Vertical position of the end point.