struct AlignedExtent

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