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

Method ChangeThickness

Explore/MapViewHelper.cpp:566–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void MSTMapHelper::ChangeThickness(MapCanvas* canvas, int thickness)
567{
568 use_custom_pen = true;
569 outline_thickness = thickness;
570 canvas->RedrawMap();
571}
572
573int MSTMapHelper::GetThickness()
574{

Callers 1

OnMSTMapMethod · 0.80

Calls 1

RedrawMapMethod · 0.80

Tested by

no test coverage detected