CvPoint2D32f Method OpenCvSharp Class Library
Creates 2D point with floating-point coordinates

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

public static CvPoint2D32f Point2D32f(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
x-coordinate, usually zero-based
y
Type: SystemSingle
y-coordinate, usually zero-based

Return Value

Type: CvPoint2D32f

[Missing <returns> documentation for "M:OpenCvSharp.Cv.Point2D32f(System.Single,System.Single)"]

See Also

Reference