FLineIsPointOnLine Method

Return a value indicating whether the caller's point is on the specified line.

Definition

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

Parameters

line  FLine
Reference to the line to test.
point  FPoint
Reference to the point to test for membership.

Return Value

Boolean
True if the specified point is on the provided line. Otherwise, false.

See Also