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
Methods
Internal methods
|
Returns |
Name |
|---|---|
|
|
(
Child) |
|
|
() |
Public methods
Details
Constructors
PolyNode
Source code
public PolyNode()
Methods
AddChild
Source code
internal void AddChild(PolyNode Child)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
Child |
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