Class PolyNode
Inheritance
System.Object
PolyNode
Syntax
Properties
ChildCount
Declaration
public int ChildCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Childs
Declaration
public List<PolyNode> Childs { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<PolyNode> |
|
Contour
Declaration
public List<IntPoint> Contour { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<IntPoint> |
|
IsHole
Declaration
public bool IsHole { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Parent
Declaration
public PolyNode Parent { get; }
Property Value
Methods
GetNext()
Declaration
public PolyNode GetNext()
Returns