CvPoint2D32fMultiply 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 CvPoint2D32f operator *(
	CvPoint2D32f pt,
	double scale
)

Parameters

pt
Type: OpenCvSharpCvPoint2D32f

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

scale
Type: SystemDouble

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

Return Value

Type: CvPoint2D32f

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

See Also

Reference