Click or drag to resize

LineSegmentPolarToSegmentPointX Method

Converts to a line segment with the specified x coordinates at both ends

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public LineSegmentPoint ToSegmentPointX(
	int x1,
	int x2
)

Parameters

x1
Type: SystemInt32

[Missing <param name="x1"/> documentation for "M:OpenCvSharp.LineSegmentPolar.ToSegmentPointX(System.Int32,System.Int32)"]

x2
Type: SystemInt32

[Missing <param name="x2"/> documentation for "M:OpenCvSharp.LineSegmentPolar.ToSegmentPointX(System.Int32,System.Int32)"]

Return Value

Type: LineSegmentPoint

[Missing <returns> documentation for "M:OpenCvSharp.LineSegmentPolar.ToSegmentPointX(System.Int32,System.Int32)"]

See Also