Graphviz 13.0.0~dev.20241220.2304
|
#include <xdot.h>
Data Fields | |
double | x |
double | y |
double | w |
double | h |
double xdot_rect::h |
Definition at line 86 of file xdot.h.
Referenced by DrawEllipse(), emit_xdot(), InsertImage(), jsonRect(), parseRect(), printRect(), write_xdot(), and xdotBB().
double xdot_rect::w |
Definition at line 86 of file xdot.h.
Referenced by DrawEllipse(), emit_xdot(), InsertImage(), jsonRect(), parseRect(), printRect(), write_xdot(), and xdotBB().
double xdot_rect::x |
Definition at line 86 of file xdot.h.
Referenced by DrawEllipse(), emit_xdot(), InsertImage(), jsonRect(), parseRect(), printRect(), write_xdot(), and xdotBB().
double xdot_rect::y |
Definition at line 86 of file xdot.h.
Referenced by DrawEllipse(), emit_xdot(), InsertImage(), jsonRect(), parseRect(), printRect(), write_xdot(), and xdotBB().