cairomm 1.19.0
Public Attributes | List of all members
Cairo::Path::Element::Point Struct Reference

A simple structure for holding an X and Y coordinate pair. More...

#include <cairomm/path.h>

Public Attributes

double x
 
double y
 

Detailed Description

A simple structure for holding an X and Y coordinate pair.

Examples
path-iter.cc.

Member Data Documentation

◆ x

double Cairo::Path::Element::Point::x
Examples
path-iter.cc.

◆ y

double Cairo::Path::Element::Point::y
Examples
path-iter.cc.

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