TrackLayerCollectionGetRightPoint Method

Return the rightmost point from the caller's array.

Definition

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

Parameters

points  FPoint
Reference to an array of points.

Return Value

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

See Also