| LineSegmentPointLineIntersection Method (LineSegmentPoint) |
Calculates a intersection of the specified two lines
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Nullable<Point> LineIntersection(
LineSegmentPoint line
)
Public Function LineIntersection (
line As LineSegmentPoint
) As Nullable(Of Point)
public:
Nullable<Point> LineIntersection(
LineSegmentPoint line
)
member LineIntersection :
line : LineSegmentPoint -> Nullable<Point>
Parameters
- line
- Type: OpenCvSharpLineSegmentPoint
[Missing <param name="line"/> documentation for "M:OpenCvSharp.LineSegmentPoint.LineIntersection(OpenCvSharp.LineSegmentPoint)"]
Return Value
Type:
NullablePoint[Missing <returns> documentation for "M:OpenCvSharp.LineSegmentPoint.LineIntersection(OpenCvSharp.LineSegmentPoint)"]
See Also