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

Declaration Syntax
public Point<T> Mul(
T value
)
Public Function Mul ( _
value As T _
) As Point(Of T)
public:
Point<T>^ Mul(
T value
)

Parameters
- value (T)
- the value to multiply

Return Value
the multiplied point
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)