Click or drag to resize

ClipperOffset Constructor

Initializes a new instance of the ClipperOffset class

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ClipperOffset(
	double miterLimit = 2,
	double arcTolerance = 0.25
)

Parameters

miterLimit (Optional)
Type: SystemDouble

[Missing <param name="miterLimit"/> documentation for "M:ClipperLib.ClipperOffset.#ctor(System.Double,System.Double)"]

arcTolerance (Optional)
Type: SystemDouble

[Missing <param name="arcTolerance"/> documentation for "M:ClipperLib.ClipperOffset.#ctor(System.Double,System.Double)"]

See Also