TrackLayerCollectionGetLeftPoint Method
Return the leftmost point from the caller's array.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private static FPoint GetLeftPoint(
FPoint[] points
)
Private Shared Function GetLeftPoint (
points As FPoint()
) As FPoint
No code example is currently available or this language may not be supported.
- points FPoint
-
Reference to an array of points.
FPoint
Reference to the piont with the lowest x-axis value in the set, if
found. Otherwise, null.