FPathMinX Method

Return the minumum X coordinate value found in the provided list of points.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static float MinX(
	List<FPoint> path
)

Parameters

path  ListFPoint
Reference to a collection of points to search.

Return Value

Single
The minimum X value found in the collection.

See Also