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

Method SetPosition

ogl/basic2.cpp:1842–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1840}
1841
1842void wxShapeRegion::SetPosition(double xp, double yp)
1843{
1844 m_x = xp;
1845 m_y = yp;
1846}
1847
1848void wxShapeRegion::SetProportions(double xp, double yp)
1849{

Callers 10

OnShowTimeChooserMethod · 0.80
MacOnScrollMethod · 0.80
OnEventMethod · 0.80
OnEventMethod · 0.80
OnEventMethod · 0.80
OnPlaceholderClickMethod · 0.80
ReadRegionsMethod · 0.80
SetRegionSizesMethod · 0.80
OnLabelMovePreMethod · 0.80
OnDblClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected