Click or drag to resize

Point2fMultiply Operator

Shifts point by a certain offset

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

Parameters

pt
Type: OpenCvSharpPoint2f

[Missing <param name="pt"/> documentation for "M:OpenCvSharp.Point2f.op_Multiply(OpenCvSharp.Point2f,System.Double)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:OpenCvSharp.Point2f.op_Multiply(OpenCvSharp.Point2f,System.Double)"]

Return Value

Type: Point2f

[Missing <returns> documentation for "M:OpenCvSharp.Point2f.op_Multiply(OpenCvSharp.Point2f,System.Double)"]

See Also