Emgu CV Library Documentation
Multiply Operator
NamespacesEmgu.CVPoint2D<(Of <(T>)>)Multiply(Point2D<(Of <(T>)>), T)

www.emgu.com/wiki
Multiply the point with the specific value
Declaration Syntax
C#Visual BasicVisual C++
public static Point2D<T> operator *(
	Point2D<T> point,
	T value
)
Public Shared Operator * ( _
	point As Point2D(Of T), _
	value As T _
) As Point2D(Of T)
public:
static Point2D<T>^ operator *(
	Point2D<T>^ point, 
	T value
)
Parameters
point (Point2D<(Of <(T>)>))
The point to multiply
value (T)
the value to multiply
Return Value
the multiplication result

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)