Main Page | Class Hierarchy | Class List | File List | Class Members

LIBCP::Paint Class Reference

simple graphical paint functions applicabale to any binary image More...

#include <paint.h>

List of all members.

Static Public Member Functions

int circle (Image *dst, const int x, const int y, const int r, const int color)
int ellipse (Image *dst, const int cx, const int cy, const int xRadius, const int yRadius)
int line (Image *dst, const int startX, const int startY, const int endX, const int endY)
int rectangle (Image *dst, const int startX, const int startY, const int endX, const int endY)


Detailed Description

simple graphical paint functions applicabale to any binary image


Member Function Documentation

int LIBCP::Paint::circle Image dst,
const int  x,
const int  y,
const int  r,
const int  color
[static]
 

Draw a simple circle to an image

int LIBCP::Paint::ellipse Image dst,
const int  originX,
const int  originY,
const int  xRadius,
const int  yRadius
[static]
 

Draw a simple ellipse to an image

int LIBCP::Paint::line Image dst,
const int  startX,
const int  startY,
const int  endX,
const int  endY
[static]
 

Draw a simple line to an image

int LIBCP::Paint::rectangle Image dst,
const int  startX,
const int  startY,
const int  endX,
const int  endY
[static]
 

Draw a simple rectangle to an image


The documentation for this class was generated from the following files:
Generated on Wed May 26 16:43:53 2004 for libcp by doxygen 1.3.7