Clipper |
public class ClipperD : ClipperBase
The ClipperD 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(PathD) | Adds a clip path. | |
| AddClip(PathsD) | Adds clip paths. | |
| AddOpenSubject(Path64) |
Adds an open subject path.
(Inherited from ClipperBase) | |
| AddOpenSubject(PathD) | Adds an open subject path. | |
| AddOpenSubject(PathsD) | Adds open subject paths. | |
| AddPath(Path64, PathType, Boolean) |
Adds a single path with the specified role.
(Inherited from ClipperBase) | |
| AddPath(PathD, PathType, Boolean) | Adds a floating-point path. | |
| AddPaths(Paths64, PathType, Boolean) |
Adds multiple paths with the specified role.
(Inherited from ClipperBase) | |
| AddPaths(PathsD, PathType, Boolean) | Adds multiple floating-point paths. | |
| AddReuseableData |
Adds preprocessed reusable input data to the clipper.
(Inherited from ClipperBase) | |
| AddSubject(Path64) |
Adds a subject path.
(Inherited from ClipperBase) | |
| AddSubject(PathD) | Adds a subject path. | |
| AddSubject(PathsD) | 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, PathsD) | Executes the clipper and returns closed floating-point output paths. | |
| Execute(ClipType, FillRule, PolyTreeD) | Executes the clipper and returns a hierarchical floating-point solution. | |
| Execute(ClipType, FillRule, PathsD, PathsD) | Executes the clipper and returns closed and open floating-point output paths. | |
| Execute(ClipType, FillRule, PolyTreeD, PathsD) | Executes the clipper and returns a hierarchical floating-point 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) |