Click or drag to resize

LineSegmentPolarToSegmentPointY Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public LineSegmentPoint ToSegmentPointY(
	int y1,
	int y2
)

Parameters

y1
Type: SystemInt32

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

y2
Type: SystemInt32

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

Return Value

Type: LineSegmentPoint

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

See Also