class Rect
Defined at line 371 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/hlcpp/fuchsia/math/cpp/fidl.h
An integral, rectangular, axis-aligned region in a 2D cartesian
space.
This type does not specify units. Protocols that use this type should
specify the characteristics of the vector space, including orientation and
units.
Public Members
int32_t x
int32_t y
int32_t width
int32_t height
Public Methods
::std::unique_ptr<Rect> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Rect *value,size_t_offset)
zx_status_t Clone (Rect * result)