FPathMinY Method

Return the minimum Y coordinate value found in the provided list of points.

Definition

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

Parameters

path  ListFPoint
Reference to a collection of points to search.

Return Value

Single
The minimum Y value found in the collection.

See Also