www.emgu.com/wiki
Multiply the point with the specific value

Declaration Syntax
public static Point<T> operator *(
Point<T> point,
T value
)
Public Shared Operator * ( _
point As Point(Of T), _
value As T _
) As Point(Of T)
public:
static Point<T>^ operator *(
Point<T>^ point,
T value
)

Parameters
- point (Point<(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.3.0.0 (1.3.0.0)