template <>
class WireTableBuilder
Defined at line 282 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/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_internal::wire::ScreenCaptureConfig> & image_size (First && first, Args &&... args_)
The size of the image in pixels: width and height.
This should be the width and height calculated after the
rotation that will be applied.
Required.
Defined at line 297 of file fidling/gen/sdk/fidl/fuchsia.ui.composition.internal/fuchsia.ui.composition.internal/cpp/fidl/fuchsia.ui.composition.internal/cpp/wire_types.h
Friends
template <>
class ScreenCaptureConfig