Click or drag to resize

Point2f Constructor

Initializes a new instance of the Point2f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Point2f(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
See Also