Click or drag to resize
Pdftools logo

PathElement Class

Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.ContentContentElement
        PdfTools.Toolbox.Pdf.ContentPathElement

Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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 propertyOcm Defines the visibility of the content element depending on the optional content groups (OCGs).
(Inherited from ContentElement)
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