FPathMaxX Method

Return the maximum X 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 MaxX(
	List<FPoint> path
)

Parameters

path  ListFPoint
Reference to a collection of points to search.

Return Value

Single
The maximum X value found in the collection.

See Also