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

Declaration Syntax
Public Shared Operator * ( _
point As Point2D(Of T), _
value As T _
) As Point2D(Of T)

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)