Click or drag to resize

Point2dMultiply Operator

Shifts point by a certain offset

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

Parameters

pt
Type: OpenCvSharpPoint2d

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

scale
Type: SystemDouble

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

Return Value

Type: Point2d

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

See Also