TrigGetPathOrientation(ListFPoint) Method
Return the direction of point progression within the shape, in terms
of whether the angle is increasing or decreasing in angle relative to
a natural arc.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static ArcDirectionEnum GetPathOrientation(
List<FPoint> path
)
Public Shared Function GetPathOrientation (
path As List(Of FPoint)
) As ArcDirectionEnum
No code example is currently available or this language may not be supported.
- path ListFPoint
-
Reference to the collection of points for which a winding orientation
will be found.
ArcDirectionEnum
Path orientation of the shape, relative to the angular progression of
a natural arc.
This method is compatible with either Display or Cartesian space.
Zero points or a single point in the collection will result
in an orientation of None.