gerbv  2.10.1-dev~93f1b5
gerbv_render_info_t Struct Reference

#include <gerbv.h>

Data Fields

gdouble scaleFactorX
 
gdouble scaleFactorY
 
gdouble lowerLeftX
 
gdouble lowerLeftY
 
gerbv_render_types_t renderType
 
gint displayWidth
 
gint displayHeight
 
gboolean show_cross_on_drill_holes
 

Detailed Description

This contains the rendering info for a scene

Examples
example6.c.

Definition at line 784 of file gerbv.h.

Field Documentation

◆ displayHeight

gint gerbv_render_info_t::displayHeight

the height of the scene (in pixels, or points depending on the surface type)

Examples
example6.c.

Definition at line 791 of file gerbv.h.

Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), gerbv_export_postscript_file_from_project(), and gerbv_export_svg_file_from_project().

◆ displayWidth

gint gerbv_render_info_t::displayWidth

the width of the scene (in pixels, or points depending on the surface type)

Examples
example6.c.

Definition at line 790 of file gerbv.h.

Referenced by gerbv_export_pdf_file_from_project(), gerbv_export_png_file_from_project(), gerbv_export_postscript_file_from_project(), and gerbv_export_svg_file_from_project().

◆ lowerLeftX

gdouble gerbv_render_info_t::lowerLeftX

the X coordinate of the lower left corner (in real world coordinates, in inches)

Examples
example6.c.

Definition at line 787 of file gerbv.h.

◆ lowerLeftY

gdouble gerbv_render_info_t::lowerLeftY

the Y coordinate of the lower left corner (in real world coordinates, in inches)

Examples
example6.c.

Definition at line 788 of file gerbv.h.

◆ renderType

gerbv_render_types_t gerbv_render_info_t::renderType

the type of rendering to use

Examples
example6.c.

Definition at line 789 of file gerbv.h.

◆ scaleFactorX

gdouble gerbv_render_info_t::scaleFactorX

the X direction scale factor

Examples
example6.c.

Definition at line 785 of file gerbv.h.

◆ scaleFactorY

gdouble gerbv_render_info_t::scaleFactorY

the Y direction scale factor

Examples
example6.c.

Definition at line 786 of file gerbv.h.

◆ show_cross_on_drill_holes

gboolean gerbv_render_info_t::show_cross_on_drill_holes

TRUE to show cross on drill holes

Definition at line 792 of file gerbv.h.


The documentation for this struct was generated from the following file: