MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::style::ImageContent Class Reference

#include <image.hpp>

Public Member Functions

bool operator== (const ImageContent &rhs) const
 

Public Attributes

float left
 
float top
 
float right
 
float bottom
 

Detailed Description

Definition at line 17 of file image.hpp.

Member Function Documentation

◆ operator==()

bool mbgl::style::ImageContent::operator== ( const ImageContent rhs) const
inline

Definition at line 24 of file image.hpp.

Member Data Documentation

◆ bottom

float mbgl::style::ImageContent::bottom

Definition at line 22 of file image.hpp.

◆ left

float mbgl::style::ImageContent::left

Definition at line 19 of file image.hpp.

◆ right

float mbgl::style::ImageContent::right

Definition at line 21 of file image.hpp.

◆ top

float mbgl::style::ImageContent::top

Definition at line 20 of file image.hpp.


The documentation for this class was generated from the following file: