FPathMaxY Method
Return the maximum Y coordinate value found in the provided list of
points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float MaxY(
List<FPoint> path
)
Public Shared Function MaxY (
path As List(Of FPoint)
) As Single
No code example is currently available or this language may not be supported.
- path ListFPoint
-
Reference to a collection of points to search.
Single
The maximum Y value found in the collection.