http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static MCvPoint2D64f operator *( MCvPoint2D64f p, double scale ) |
Visual Basic |
---|
Public Shared Operator * ( _ p As MCvPoint2D64f, _ scale As Double _ ) As MCvPoint2D64f |
Visual C++ |
---|
public: static MCvPoint2D64f operator *( MCvPoint2D64f p, double scale ) |
Parameters
- p
- Type: Emgu.CV.Structure..::..MCvPoint2D64f
The point to be multiplied
- scale
- Type: System..::..Double
The scale