pub unsafe fn mul_q_point_f_q_transform(
    p: impl CastInto<Ref<QPointF>>,
    m: impl CastInto<Ref<QTransform>>
) -> CppBox<QPointF>
Expand description

Calls C++ function: QPointF operator*(const QPointF& p, const QTransform& m).