struct ViewArgs

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

Represents the root of a subgraph within a larger scene graph. Nodes can be

attached to the `View` as children, and these Nodes will have the `View`s'

coordinate transform applied to their own, in addition to being clipped to

the `View`s' bounding box.

See `ViewProperties`.

Each `View` is linked to a paired `ViewHolder` via a shared token pair.

Usually the `View` and its associated `ViewHolder` exist in separate

processes. By combining them, the UI for an entire system can be built

using content contributed from many different processes.

Public Members

ViewToken token
StringView debug_name

Public Methods

void _CloseHandles ()