| LineSegmentPolarLineIntersection Method (LineSegmentPolar) | 
        
         
            Calculates a intersection of the specified two lines
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Nullable<Point> LineIntersection(
	LineSegmentPolar line
)
Public Function LineIntersection ( 
	line As LineSegmentPolar
) As Nullable(Of Point)
public:
Nullable<Point> LineIntersection(
	LineSegmentPolar line
)
member LineIntersection : 
        line : LineSegmentPolar -> Nullable<Point> 
function LineIntersection(line);
Parameters
- line
- Type: OpenCvSharpLineSegmentPolar
 
Return Value
Type: 
NullablePoint See Also
See Also