struct RoundedRectangleArgs

Defined at line 3329 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.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