TrackLayerCollectionGetLeftPoint Method

Return the leftmost point from the caller's array.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private static FPoint GetLeftPoint(
	FPoint[] points
)

Parameters

points  FPoint
Reference to an array of points.

Return Value

FPoint
Reference to the piont with the lowest x-axis value in the set, if found. Otherwise, null.

See Also