class ImageProperties

Defined at line 266 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/natural_types.h

Describes a piece of visual content.

Public Methods

void ImageProperties (Storage_ storage)
void ImageProperties ()

Defined at line 272 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/natural_types.h

void ImageProperties (ImageProperties && )

Defined at line 273 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/natural_types.h

void ImageProperties (const ImageProperties & other)
ImageProperties & operator= (ImageProperties && )

Defined at line 274 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/natural_types.h

ImageProperties & operator= (const ImageProperties & other)
bool operator== (const ImageProperties & other)
bool operator!= (const ImageProperties & other)
bool IsEmpty ()
const std::optional< ::fuchsia_ui_test_conformance::ContentBounds> & bounds ()

The image's bounds, defined in the parent view's coordinate space.

::std::optional< ::fuchsia_ui_test_conformance::ContentBounds> & bounds ()

The image's bounds, defined in the parent view's coordinate space.

ImageProperties & bounds (std::optional< ::fuchsia_ui_test_conformance::ContentBounds> value)

The image's bounds, defined in the parent view's coordinate space.

const std::optional< ::std::vector< ::fuchsia_ui_test_conformance::FilledRect>> & filled_rects ()

Describes the contents of the image. Rects are considered to be in

reverse z-order, i.e. successive elements are drawn on top of their

predecessors.

::std::optional< ::std::vector< ::fuchsia_ui_test_conformance::FilledRect>> & filled_rects ()

Describes the contents of the image. Rects are considered to be in

reverse z-order, i.e. successive elements are drawn on top of their

predecessors.

ImageProperties & filled_rects (std::optional< ::std::vector< ::fuchsia_ui_test_conformance::FilledRect>> value)

Describes the contents of the image. Rects are considered to be in

reverse z-order, i.e. successive elements are drawn on top of their

predecessors.

void ImageProperties (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits