PolyTree
PolyTree 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.PolyTree[[PolyTree]]
iTextSharp.text.pdf.parser.clipper.PolyNode[[PolyNode]]
end
iTextSharp.text.pdf.parser.clipper.PolyNode --> iTextSharp.text.pdf.parser.clipper.PolyTree
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
int | Total | get |
Methods
Public methods
Details
Inheritance
Constructors
PolyTree
public PolyTree()
Methods
Clear
public void Clear()
GetFirst
public PolyNode GetFirst()
Properties
Total
public int Total { get; }
Generated with ModularDoc