Clipper |
The ClipperOffset type exposes the following members.
| Name | Description | |
|---|---|---|
| AddPath | Adds a single path to be offset. | |
| AddPaths | Adds multiple paths to be offset. | |
| Clear | Removes all previously added input paths. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Execute(ClipperOffsetDeltaCallback64, Paths64) | Executes the offset operation using a custom per-vertex delta callback. | |
| Execute(Double, Paths64) | Executes the offset operation and writes the result to a path collection. | |
| Execute(Double, PolyTree64) | Executes the offset operation and writes the result to a polygon tree. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| 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) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |