MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetMapWidth

Method GetMapWidth

Explore/MapLayoutView.cpp:232–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232int CanvasExportSettingDialog::GetMapWidth()
233{
234 double val = tc1_value;
235 if (unit_choice == 1) {
236 return inch2pixel(val);
237 } else if (unit_choice == 2) {
238 return mm2pixel(val);
239 }
240 return val;
241}
242
243int CanvasExportSettingDialog::GetMapHeight()
244{

Callers 2

ExportImageMethod · 0.80
OnSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected