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.
  
  | 
        
          | Cairo::Path::Path | ( | cairo_path_t * | cobject, |  
          |  |  | bool | take_ownership = false |  
          |  | ) |  |  |  | explicit | 
 
 
  
  | 
        
          | Cairo::Path::Path | ( | const Path& |  | ) |  |  | delete | 
 
 
  
  | 
        
          | virtual Cairo::Path::~Path | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | const cobject* Cairo::Path::cobj | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | Path& Cairo::Path::operator= | ( | const Path& |  | ) |  |  | delete | 
 
 
The documentation for this class was generated from the following file: