Class PolyNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ClipperLib
Assembly: Oasys.Common.dll
Syntax
public class PolyNode
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
Type | Description |
---|---|
PolyNode |
Methods
GetNext()
Declaration
public PolyNode GetNext()
Returns
Type | Description |
---|---|
PolyNode |