iText 5

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

Type

Name

Methods

int

ChildCount

get

List<

PolyNode

>

Childs

get

List<

IntPoint

>

Contour

get

bool

IsHole

get

bool

IsOpen

get, set

PolyNode

Parent

get

Methods

Internal methods
Public methods

Returns

Name

PolyNode

GetNext

()

Details

Constructors

PolyNode

Source code

public PolyNode()

Methods

AddChild

Source code

internal void AddChild(PolyNode Child)

Arguments

Type

Name

Description

PolyNode

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