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

Parameters

pt
Type: OpenCvSharpCvPoint

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

scale
Type: SystemDouble

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

Return Value

Type: CvPoint

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

See Also

Reference