Click or drag to resize
Pdftools logo

Path Class

Paths define shapes, trajectories, and regions of all sorts.

A path is made up of one or more disconnected subpaths, each comprising a sequence of connected segments. The topology of the path is unrestricted: it can be concave or convex, can contain multiple subpaths representing disjoint areas, and can intersect itself in arbitrary ways.
Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public class Path : NativeObject, IEnumerable<Subpath>, 
	IEnumerable

The Path type exposes the following members.

Constructors
 NameDescription
Public methodPath 
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also