A cubic bezier segment. It has 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 FreeHandBezierSegment : FreeHandSegment
Visual Basic
<SerializableAttribute> _
Public Class FreeHandBezierSegment _
	Inherits FreeHandSegment

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Shapes..::..FreeHandSegment
      TallComponents.PDF.Layout.Shapes..::..FreeHandBezierSegment

See Also