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:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IntRect GetBounds(
	List<List<IntPoint>> paths
)

Parameters

paths
Type: System.Collections.GenericListListIntPoint

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

Return Value

Type: IntRect

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

See Also