FLineIsPointInArea Method
Return a value indicating whether the given point lies inside the
bounding area defined by the points of the two provided lines.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointInArea(
FLine lineA,
FLine lineB,
FPoint point
)
Public Shared Function IsPointInArea (
lineA As FLine,
lineB As FLine,
point As FPoint
) As Boolean
No code example is currently available or this language may not be supported.
- lineA FLine
-
Reference to the first two points of the area.
- lineB FLine
-
Reference to the second two points of the area.
- point FPoint
-
Reference to the point to check for containment.
Boolean
True if the caller's point exists in the area established by the
four points of the two lines. Otherwise, false.