PathShape is the base class for all shapes that have an associated pen or brush. Furthermore, PathShape allow you to build an arbitray curve composed of straight lines and bezier curves.

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

Syntax

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

Inheritance Hierarchy

See Also