Click or drag to resize

MathHelperIsLineFullyContained Method

Checks if line2 is fully contained within line1 (colinear and within bounds).

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static bool IsLineFullyContained(
	Line line1,
	Line line2
)

Parameters

line1
Type: DXFReaderNET.EntitiesLine
The potentially containing line.
line2
Type: DXFReaderNET.EntitiesLine
The line to check if it's contained.

Return Value

Type: Boolean
True if line2 is fully contained within line1; otherwise false.
See Also