CvPoint2D32f  Conversion (CvPoint2D32f to CvPoint) OpenCvSharp Class Library
Creates a CvPoint with the coordinates of the specified CvPoint2D32f.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static implicit operator CvPoint (
	CvPoint2D32f self
)

Parameters

self
Type: OpenCvSharpCvPoint2D32f
A CvPoint2D32f that specifies the coordinates for the new CvPoint.

Return Value

Type: CvPoint

[Missing <returns> documentation for "M:OpenCvSharp.CvPoint2D32f.op_Implicit(OpenCvSharp.CvPoint2D32f)~OpenCvSharp.CvPoint"]

See Also

Reference