ClipperOffsetAddPath Method |
Adds a single path to be offset.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AddPath(
Path64 path,
JoinType joinType,
EndType endType
)
Parameters
- path Path64
- The path to offset.
- joinType JoinType
- The join type to use.
- endType EndType
- The end type to use.
See Also