Click or drag to resize

ClipperBaseGetBounds Method

[Missing <summary> documentation for "M:ClipperLib.ClipperBase.GetBounds(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}})"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IntRect GetBounds(
	List<List<IntPoint>> paths
)

Parameters

paths  ListListIntPoint

[Missing <param name="paths"/> documentation for "M:ClipperLib.ClipperBase.GetBounds(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}})"]

Return Value

IntRect

[Missing <returns> documentation for "M:ClipperLib.ClipperBase.GetBounds(System.Collections.Generic.List{System.Collections.Generic.List{ClipperLib.IntPoint}})"]

See Also