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

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