A data structure for holding a path.  
 More...
A data structure for holding a path. 
Use Context::copy_path() or Context::copy_path_flat() to instantiate a new Path. The application is responsible for freeing the Path object when it is no longer needed.
◆ cobject
◆ Path() [1/2]
  
  | 
        
          | Cairo::Path::Path | ( | cairo_path_t * | cobject, |  
          |  |  | bool | take_ownership = false |  
          |  | ) |  |  |  | explicit | 
 
 
◆ Path() [2/2]
  
  | 
        
          | Cairo::Path::Path | ( | const Path& |  | ) |  |  | delete | 
 
 
◆ ~Path()
  
  | 
        
          | virtual Cairo::Path::~Path | ( |  | ) |  |  | virtual | 
 
 
◆ cobj() [1/2]
◆ cobj() [2/2]
  
  | 
        
          | const cobject* Cairo::Path::cobj | ( |  | ) | const |  | inline | 
 
 
◆ operator=()
  
  | 
        
          | Path& Cairo::Path::operator= | ( | const Path& |  | ) |  |  | delete | 
 
 
◆ m_cobject
The documentation for this class was generated from the following file: