Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
public static MCvPoint2D64f operator *( MCvPoint2D64f p, double scale )
Public Shared Operator * ( _ p As MCvPoint2D64f, _ scale As Double _ ) As MCvPoint2D64f
public: static MCvPoint2D64f operator *( MCvPoint2D64f p, double scale )