A cubic bezier shape. It has a start and an end point and two respective control points.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class BezierShape : PathShape
Visual Basic
<SerializableAttribute> _
Public Class BezierShape _
	Inherits PathShape

Inheritance Hierarchy

See Also