Click or drag to resize

ClipperOffsetExecute Method (ListListIntPoint, Double)

[Missing <summary> documentation for "M:ClipperLib.ClipperOffset.Execute(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Double)"]

Namespace:  ClipperLib
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Execute(
	ref List<List<IntPoint>> solution,
	double delta
)

Parameters

solution
Type: System.Collections.GenericListListIntPoint

[Missing <param name="solution"/> documentation for "M:ClipperLib.ClipperOffset.Execute(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Double)"]

delta
Type: SystemDouble

[Missing <param name="delta"/> documentation for "M:ClipperLib.ClipperOffset.Execute(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}}@,System.Double)"]

See Also