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.ShapesAssembly: 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
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..PathShape
TallComponents.PDF.Layout.Shapes..::..ArcShape
TallComponents.PDF.Layout.Shapes..::..BezierShape
TallComponents.PDF.Layout.Shapes..::..EllipseShape
TallComponents.PDF.Layout.Shapes..::..LineShape
TallComponents.PDF.Layout.Shapes..::..RectangleShape
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..PathShape
TallComponents.PDF.Layout.Shapes..::..ArcShape
TallComponents.PDF.Layout.Shapes..::..BezierShape
TallComponents.PDF.Layout.Shapes..::..EllipseShape
TallComponents.PDF.Layout.Shapes..::..LineShape
TallComponents.PDF.Layout.Shapes..::..RectangleShape