pub unsafe fn mul_q_line_f_q_transform(
    l: impl CastInto<Ref<QLineF>>,
    m: impl CastInto<Ref<QTransform>>
) -> CppBox<QLineF>
Expand description

Calls C++ function: QLineF operator*(const QLineF& l, const QTransform& m).