Click or drag to resize
Pdftools logo

PathElement Class

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 PathElement : ContentElement

The PathElement type exposes the following members.

Properties
 NameDescription
Public propertyAlignmentBox

The box for alignment

This is a rectangle that may not encompass all parts of an element, but is usefull for alignment.
Public propertyBoundingBox

The bounding box

This is a rectangle that encompasses all parts of an element.
(Inherited from ContentElement)
Public propertyFill This path element's parameters for filling the path or if the path is not filled.
Public propertyPath This path element's path object.
Public propertyStroke This path element's parameters for stroking the path or if the path is not stroked.
Public propertyTransform

The transform to be applied to the alignment rectangle

Use this transform matrix to compute the actual location of the element's alignment rectangle.
(Inherited from ContentElement)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also