class SetSizeCmd

Defined at line 3551 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h

Sets an object's size.

Constraints:

- `id` refs a resizeable object.

- some objects that support this command may have additional constraints

(e.g. in some cases `depth` must be zero).

Public Members

uint32_t id
Vector2Value value

Public Methods

::std::unique_ptr<SetSizeCmd> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SetSizeCmd * value, size_t _offset)
zx_status_t Clone (SetSizeCmd * result)