manpagez: man pages & more
html files: goffice-0.10
Home | html | info | man

Structures

Structures

Types and Values

Object Hierarchy


Description

Simple structures used in the canvas code.

Functions

Types and Values

GocPoint

typedef struct {
	double x, y;
} GocPoint;

A simple point.

Members

double x;

horizontal position of the point.

 

double y;

vertical position of the point.

 

GocRect

typedef struct {
	double x, y;
	double width, height;
} GocRect;

A simple rectangle.

Members

double x;

lowest horizontal bound of the rectangle.

 

double y;

lowest vertical bound of the rectangle.

 

double width;

rectangle width.

 

double height;

rectangle height.

 
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.