| Point2fMultiply Operator |
Shifts point by a certain offset
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static Point2f operator *(
Point2f pt,
double scale
)
Public Shared Operator * (
pt As Point2f,
scale As Double
) As Point2f
public:
static Point2f operator *(
Point2f pt,
double scale
)
static let inline (*)
pt : Point2f *
scale : float : Point2f
Parameters
- pt
- Type: OpenCvSharpPoint2f
[Missing <param name="pt"/> documentation for "M:OpenCvSharp.Point2f.op_Multiply(OpenCvSharp.Point2f,System.Double)"]
- scale
- Type: SystemDouble
[Missing <param name="scale"/> documentation for "M:OpenCvSharp.Point2f.op_Multiply(OpenCvSharp.Point2f,System.Double)"]
Return Value
Type:
Point2f[Missing <returns> documentation for "M:OpenCvSharp.Point2f.op_Multiply(OpenCvSharp.Point2f,System.Double)"]
See Also