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

Method SetSize

ogl/basic.cpp:1569–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1567}
1568
1569void wxShape::SetSize(double x, double y, bool WXUNUSED(recursive))
1570{
1571 SetAttachmentSize(x, y);
1572 SetDefaultRegionSize();
1573}
1574
1575void wxShape::SetAttachmentSize(double w, double h)
1576{

Callers 3

OnSizingEndDragLeftMethod · 0.95
SetDefaultRegionSizeMethod · 0.45
ReadRegionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected