pub unsafe fn shr_q_data_stream_q_polygon_f(
    stream: impl CastInto<Ref<QDataStream>>,
    array: impl CastInto<Ref<QPolygonF>>
) -> Ref<QDataStream>
Expand description

Reads the given brush from the given stream and returns a reference to the stream.

Calls C++ function: QDataStream& operator>>(QDataStream& stream, QPolygonF& array).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator>>(QDataStream &stream, QBrush &brush):

Reads the given brush from the given stream and returns a reference to the stream.

See also Serializing Qt Data Types.