FLineIsPointAtEnd Method

Return a value indicating whether the provided point is at one of the ends of the specified line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsPointAtEnd(
	FLine line,
	FPoint point
)

Parameters

line  FLine
Reference to the line to test.
point  FPoint
The point to compare.

Return Value

Boolean
True if the specified point is at one of the ends of the line.

See Also