iText 5

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

Returns

Name

void

Clear

()

PolyNode

GetFirst

()

Details

Inheritance

Constructors

PolyTree

Source code

public PolyTree()

Methods

Clear

Source code

public void Clear()

GetFirst

Source code

public PolyNode GetFirst()

Properties

Total

public int Total { get; }

Generated with ModularDoc