Click or drag to resize

MCvPoint2D64fMultiply Operator (Double, MCvPoint2D64f)

http://www.emgu.com
Multiply the point with a scale

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static MCvPoint2D64f operator *(
	double scale,
	MCvPoint2D64f p
)

Parameters

scale
Type: SystemDouble
The scale
p
Type: Emgu.CV.StructureMCvPoint2D64f
The point to be multiplied

Return Value

Type: MCvPoint2D64f
The point multiplied by the scale
See Also