FAreaGetIntersections(FArea, FLine) Method
Return the intersections of a line with a rectangle.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static List<FPoint> GetIntersections(
FArea area,
FLine line
)
Public Shared Function GetIntersections (
area As FArea,
line As FLine
) As List(Of FPoint)
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area to test.
- line FLine
-
Reference to the line to test.
ListFPoint
Reference to a list of points where the supplied line intersects with
the specified rectangle, if found. Otherwise, an empty list.