Click or drag to resize

PointMultiply Operator

Shifts point by a certain offset

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

Parameters

pt
Type: OpenCvSharpPoint

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

scale
Type: SystemDouble

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

Return Value

Type: Point

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

See Also