37 INLINE
void set_fill(
PNMBrush *fill);
40 MAKE_PROPERTY(pen, get_pen, set_pen);
41 MAKE_PROPERTY(fill, get_fill, set_fill);
43 INLINE
void draw_point(
float x,
float y);
44 void draw_line(
float xa,
float ya,
float xb,
float yb);
45 void draw_rectangle(
float xa,
float ya,
float xb,
float yb);
48 INLINE
void draw_hline_point(
int x,
float xa,
float ya,
51 INLINE
void draw_vline_point(
int y,
float xa,
float ya,
This class provides a number of convenient methods for painting drawings directly into a PNMImage.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
The name of this class derives from the fact that we originally implemented it as a layer on top of t...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class is used to control the shape and color of the drawing operations performed by a PNMPainter...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.