FAreaGetIntersections(FArea, FLine) Method
            Return the intersections of a line with a rectangle.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static List<FVector2> GetIntersections(
	FArea area,
	FLine line
)
Public Shared Function GetIntersections ( 
	area As FArea,
	line As FLine
) As List(Of FVector2)
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.
            
 
ListFVector2
            Reference to a list of points where the supplied line intersects with
            the specified rectangle, if found. Otherwise, an empty list.