TrackLayerCollectionGetRightPoint Method
Return the rightmost point from the caller's array.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private static FPoint GetRightPoint(
FPoint[] points
)
Private Shared Function GetRightPoint (
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 highest x-axis value in the set, if
found. Otherwise, null.