Click or drag to resize

Clipper64 Class

[Missing <summary> documentation for "T:Clipper2Lib.Clipper64"]

Inheritance Hierarchy
SystemObject
  Clipper2LibClipperBase
    Clipper2LibClipper64

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Clipper64 : ClipperBase

The Clipper64 type exposes the following members.

Constructors
 NameDescription
Public methodClipper64Initializes a new instance of the Clipper64 class
Top
Properties
 NameDescription
Public propertyPreserveCollinear
(Inherited from ClipperBase)
Public propertyReverseSolution
(Inherited from ClipperBase)
Top
Methods
 NameDescription
Public methodAddClip(Path64)
(Inherited from ClipperBase)
Public methodAddClip(Paths64) 
Public methodAddOpenSubject(Path64)
(Inherited from ClipperBase)
Public methodAddOpenSubject(Paths64) 
Protected methodAddPath
(Inherited from ClipperBase)
Protected methodAddPaths
(Inherited from ClipperBase)
Public methodAddReuseableData 
Public methodAddSubject(Path64)
(Inherited from ClipperBase)
Public methodAddSubject(Paths64) 
Protected methodBuildPaths
(Inherited from ClipperBase)
Protected methodBuildTree
(Inherited from ClipperBase)
Public methodClear
(Inherited from ClipperBase)
Protected methodClearSolutionOnly
(Inherited from ClipperBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute(ClipType, FillRule, Paths64) 
Public methodExecute(ClipType, FillRule, PolyTree64) 
Public methodExecute(ClipType, FillRule, Paths64, Paths64) 
Public methodExecute(ClipType, FillRule, PolyTree64, Paths64) 
Protected methodExecuteInternal
(Inherited from ClipperBase)
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 methodGetBounds
(Inherited from ClipperBase)
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)
Protected methodReset
(Inherited from ClipperBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also