Clipper |
public class Clipper64 : ClipperBase
The Clipper64 type exposes the following members.
| Name | Description | |
|---|---|---|
| PreserveCollinear |
Gets or sets a value indicating whether collinear edges should be preserved.
(Inherited from ClipperBase) | |
| ReverseSolution |
Gets or sets a value indicating whether the output polygon orientation is reversed.
(Inherited from ClipperBase) |
| Name | Description | |
|---|---|---|
| AddClip(Path64) |
Adds a clip path.
(Inherited from ClipperBase) | |
| AddClip(Paths64) | Adds clip paths. | |
| AddOpenSubject(Path64) |
Adds an open subject path.
(Inherited from ClipperBase) | |
| AddOpenSubject(Paths64) | Adds open subject paths. | |
| AddPath |
Adds a single path with the specified role.
(Inherited from ClipperBase) | |
| AddPaths |
Adds multiple paths with the specified role.
(Inherited from ClipperBase) | |
| AddReuseableData | Adds reusable preprocessed input data. | |
| AddSubject(Path64) |
Adds a subject path.
(Inherited from ClipperBase) | |
| AddSubject(Paths64) | Adds subject paths. | |
| BuildPaths |
Builds closed and open output paths from the current solution state.
(Inherited from ClipperBase) | |
| BuildTree |
Builds a solution polytree and any open output paths from the current solution state.
(Inherited from ClipperBase) | |
| Clear |
Clears all input and solution state from the clipper.
(Inherited from ClipperBase) | |
| ClearSolutionOnly |
Clears solution-only state while preserving the added input paths.
(Inherited from ClipperBase) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Execute(ClipType, FillRule, Paths64) | Executes the clipper and returns closed integer output paths. | |
| Execute(ClipType, FillRule, PolyTree64) | Executes the clipper and returns a hierarchical integer solution. | |
| Execute(ClipType, FillRule, Paths64, Paths64) | Executes the clipper and returns closed and open integer output paths. | |
| Execute(ClipType, FillRule, PolyTree64, Paths64) | Executes the clipper and returns a hierarchical integer solution plus open paths. | |
| ExecuteInternal |
Executes the clipping engine using the currently added input data.
(Inherited from ClipperBase) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetBounds |
Gets the bounds of all currently added input geometry.
(Inherited from ClipperBase) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Reset |
Resets the engine before execution using the currently stored input paths.
(Inherited from ClipperBase) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |