KiCad PCB EDA Suite
Loading...
Searching...
No Matches
GERBER_PLOTTER_VIEWPORT Struct Reference

Computed plotter viewport parameters from a bounding box and render settings. More...

#include <gerber_to_png.h>

Public Attributes

int width
 
int height
 
double plotScale
 
double iuPerDecimil
 
VECTOR2I offset
 

Detailed Description

Computed plotter viewport parameters from a bounding box and render settings.

Definition at line 82 of file gerber_to_png.h.

Member Data Documentation

◆ height

int GERBER_PLOTTER_VIEWPORT::height

Definition at line 85 of file gerber_to_png.h.

Referenced by CalculatePlotterViewport(), RenderDiffToPng(), and RenderGerberToPng().

◆ iuPerDecimil

double GERBER_PLOTTER_VIEWPORT::iuPerDecimil

Definition at line 87 of file gerber_to_png.h.

Referenced by CalculatePlotterViewport(), RenderDiffToPng(), and RenderGerberToPng().

◆ offset

VECTOR2I GERBER_PLOTTER_VIEWPORT::offset

Definition at line 88 of file gerber_to_png.h.

Referenced by CalculatePlotterViewport(), RenderDiffToPng(), and RenderGerberToPng().

◆ plotScale

double GERBER_PLOTTER_VIEWPORT::plotScale

Definition at line 86 of file gerber_to_png.h.

Referenced by CalculatePlotterViewport(), RenderDiffToPng(), and RenderGerberToPng().

◆ width

int GERBER_PLOTTER_VIEWPORT::width

Definition at line 84 of file gerber_to_png.h.

Referenced by CalculatePlotterViewport(), RenderDiffToPng(), and RenderGerberToPng().


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