Skip to main content
Skip table of contents

PolyNode

PolyNode Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser.clipper
  iTextSharp.text.pdf.parser.clipper.PolyNode[[PolyNode]]
  end

Members

Properties

Public properties
TypeNameMethods
intChildCountget
List<PolyNode>Childsget
List<IntPoint>Contourget
boolIsHoleget
boolIsOpenget, set
PolyNodeParentget

Methods

Internal methods
Public methods
ReturnsName
PolyNodeGetNext()

Details

Constructors

PolyNode
Source code
public PolyNode()

Methods

AddChild
Source code
internal void AddChild(PolyNode Child)
Arguments
TypeNameDescription
PolyNodeChild
GetNext
Source code
public PolyNode GetNext()
GetNextSiblingUp
Source code
internal PolyNode GetNextSiblingUp()

Properties

ChildCount
public int ChildCount { get; }
Contour
public List<IntPoint> Contour { get; }
Childs
public List<PolyNode> Childs { get; }
Parent
public PolyNode Parent { get; }
IsHole
public bool IsHole { get; }
IsOpen
public bool IsOpen { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.