Click or drag to resize

ClipperOffsetAddPath Method

Adds a single path to be offset.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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