MCvPoint2D64fMultiply Operator (MCvPoint2D64f, Double) |
http://www.emgu.com
Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic 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
)
static let inline (*)
p : MCvPoint2D64f *
scale : float : MCvPoint2D64f
Parameters
- p
- Type: Emgu.CV.StructureMCvPoint2D64f
The point to be multiplied - scale
- Type: SystemDouble
The scale
Return Value
Type:
MCvPoint2D64fThe point multiplied by the scale
See Also