class SetDisableClippingCmd

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

Set whether clipping should be disabled for the specified renderer. For a

newly-created renderer, clipping will NOT be disabled (i.e. it will be

enabled).

NOTE: this disables visual clipping only; objects are still clipped for the

purposes of hit-testing.

`renderer_id` refs the target renderer.

`disable_clipping` specifies whether the clipping should be disabled.

Public Members

uint32_t renderer_id
bool disable_clipping

Public Methods

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