template <>
class WireTableBuilder
Defined at line 1176 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_math::wire::SizeU, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::SizeU>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_composition::wire::ViewportProperties> & logical_size (First && first, Args &&... args_)
The size of the Viewport in logical pixels. This maps directly to the logical_size field in
LayoutInfo. The valid logical_size must have positive X and Y components.
Defined at line 1190 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_types.h
template <typename First = ::fuchsia_math::wire::Inset, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::Inset>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_composition::wire::ViewportProperties> & inset (First && first, Args &&... args_)
The offsets between the edges and the visible rectangle of the Viewport. This maps directly
to the `inset` field in LayoutInfo. The valid inset must have all components greater than or
equal to 0.
Defined at line 1205 of file fidling/gen/sdk/fidl/fuchsia.ui.composition/fuchsia.ui.composition/cpp/fidl/fuchsia.ui.composition/cpp/wire_types.h
Friends
template <>
class ViewportProperties