Chromium Embedded Framework (CEF)  121.3.2+gce31761+chromium-121.0.6167.75
CefPoint Class Reference

Class representing a point. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefPoint:
cef_point_t

Public Member Functions

 CefPoint ()
 
 CefPoint (const cef_point_t &r)
 
 CefPoint (int x, int y)
 
bool IsEmpty () const
 
void Set (int x_val, int y_val)
 

Additional Inherited Members

- Public Attributes inherited from cef_point_t
int x
 
int y
 

Detailed Description

Class representing a point.

Constructor & Destructor Documentation

◆ CefPoint() [1/3]

CefPoint::CefPoint ( )
inline

◆ CefPoint() [2/3]

CefPoint::CefPoint ( const cef_point_t r)
inline

◆ CefPoint() [3/3]

CefPoint::CefPoint ( int  x,
int  y 
)
inline

Member Function Documentation

◆ IsEmpty()

bool CefPoint::IsEmpty ( ) const
inline

◆ Set()

void CefPoint::Set ( int  x_val,
int  y_val 
)
inline

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