| Line2DDistance Method (Point2f) |
Returns the distance between this line and the specified point
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double Distance(
Point2f point
)
Public Function Distance (
point As Point2f
) As Double
public:
double Distance(
Point2f point
)
member Distance :
point : Point2f -> float
Parameters
- point
- Type: OpenCvSharpPoint2f
[Missing <param name="point"/> documentation for "M:OpenCvSharp.Line2D.Distance(OpenCvSharp.Point2f)"]
Return Value
Type:
Double[Missing <returns> documentation for "M:OpenCvSharp.Line2D.Distance(OpenCvSharp.Point2f)"]
See Also