Click or drag to resize

Point2fMultiply Operator

Shifts point by a certain offset

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Point2f operator *(
	Point2f pt,
	double scale
)

Parameters

pt
Type: OpenCvSharpPoint2f
scale
Type: SystemDouble

Return Value

Type: Point2f
See Also