#include <gerbv.h>
Definition at line 605 of file gerbv.h.
Data Fields | |
| gdouble | scaleFactorX |
| gdouble | scaleFactorY |
| gdouble | lowerLeftX |
| gdouble | lowerLeftY |
| gerbv_render_types_t | renderType |
| gint | displayWidth |
| gint | displayHeight |
the X direction scale factor
Definition at line 606 of file gerbv.h.
Referenced by gerbv_render_zoom_to_fit_display(), render_calculate_zoom_from_outline(), and render_draw_measure_distance().
the Y direction scale factor
Definition at line 607 of file gerbv.h.
Referenced by gerbv_render_zoom_to_fit_display(), render_calculate_zoom_from_outline(), and render_draw_measure_distance().
| gdouble gerbv_render_info_t::lowerLeftX |
the X coordinate of the lower left corner (in real world coordinates, in inches)
Definition at line 608 of file gerbv.h.
Referenced by gerbv_render_zoom_to_fit_display(), and render_calculate_zoom_from_outline().
| gdouble gerbv_render_info_t::lowerLeftY |
the Y coordinate of the lower left corner (in real world coordinates, in inches)
Definition at line 609 of file gerbv.h.
Referenced by gerbv_render_zoom_to_fit_display(), and render_calculate_zoom_from_outline().
the width of the scene (in pixels, or points depending on the surface type)
Definition at line 611 of file gerbv.h.
Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), gerbv_export_postscript_file_from_project(), gerbv_export_svg_file_from_project(), gerbv_render_zoom_to_fit_display(), and render_calculate_zoom_from_outline().
the height of the scene (in pixels, or points depending on the surface type)
Definition at line 612 of file gerbv.h.
Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), gerbv_export_postscript_file_from_project(), gerbv_export_svg_file_from_project(), gerbv_render_zoom_to_fit_display(), and render_calculate_zoom_from_outline().
1.5.6