CvPoint2D64fMultiply Operator OpenCvSharp Class Library
Shifts point by a certain offset

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvPoint2D64f operator *(
	CvPoint2D64f pt,
	double scale
)

Parameters

pt
Type: OpenCvSharpCvPoint2D64f

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

scale
Type: SystemDouble

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

Return Value

Type: CvPoint2D64f

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

See Also

Reference