Click or drag to resize

PolyPathBase Class

Represents a node in a polygon tree hierarchy.
Inheritance Hierarchy
SystemObject
  Clipper2LibPolyPathBase
    Clipper2LibPolyPath64
    Clipper2LibPolyPathD

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract class PolyPathBase : IEnumerable

The PolyPathBase type exposes the following members.

Constructors
 NameDescription
Public methodPolyPathBase Initializes a new instance of the PolyPathBase class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of child nodes.
Public propertyIsHole Gets a value indicating whether this node represents a hole.
Public propertyLevel Gets the nesting level of this node in the polygon tree.
Top
Methods
 NameDescription
Public methodAddChild Adds a child polygon and returns the created node.
Public methodClear Removes all child nodes.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through a collection.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also