| 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
)
Public Function ToSegmentPointY (
y1 As Integer,
y2 As Integer
) As LineSegmentPoint
public:
LineSegmentPoint ToSegmentPointY(
int y1,
int y2
)
member ToSegmentPointY :
y1 : int *
y2 : int -> LineSegmentPoint
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