- The place_data_t is the primary communication mechanism that engine uses
- to get solved layout information to the client. The place_data_t is similar to the layout_attributes_t, except for the following: - data included is the "solved" result, not the data the client passed in (though the solution is based on the client's data) - data included is only pertinent to the laying-out of the placeable object into it's final resting place.
- This struct is used when calling the place operation
- inside the placeable object's related poly_placeable_t.
- See Also
- adobe::poly_placeable_t
Definition at line 130 of file layout_attributes.hpp.