class AlignedExtent
Defined at line 200 of file fidling/gen/sdk/fidl/fuchsia.ui.observation.geometry/fuchsia.ui.observation.geometry/hlcpp/fuchsia/ui/observation/geometry/cpp/fidl.h
A view's bounding box, described in the view's own coordinate system.
Concretely, |AlignedExtent| describes the minimal and maximal points of a
view's bounding box, which is rectangular and axis-aligned.
Note: For describing a view's bounding box in another view's coordinate
system, see |RotatableExtent|.
The origin is min.
The size is: (abs(max.x - min.x), abs(max.y - min.y)).
Public Members
PointF min
PointF max
Public Methods
::std::unique_ptr<AlignedExtent> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AlignedExtent * value, size_t _offset)
zx_status_t Clone (AlignedExtent * result)