class RoundedRectangleArgs

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

RoundedRectangle centered at (0,0). Legal parameter values must satisfy the

constraint that the flat sides of the rectangle have non-negative length.

In other words, the following constraints must hold:

- top_left_radius + top_right_radius

<

= width

- bottom_left_radius + bottom_right_radius

<

= width

- top_left_radius + bottom_left_radius

<

= height

- top_right_radius + bottom_right_radius

<

= height

Public Members

Value width
Value height
Value top_left_radius
Value top_right_radius
Value bottom_right_radius
Value bottom_left_radius

Public Methods

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