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

Method OnDrawControlPoints

ogl/basic.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242void wxShapeEvtHandler::OnDrawControlPoints(wxDC& dc)
243{
244 if (m_previousHandler)
245 m_previousHandler->OnDrawControlPoints(dc);
246}
247
248void wxShapeEvtHandler::OnEraseControlPoints(wxDC& dc)
249{

Callers 3

DrawMethod · 0.45
SelectMethod · 0.45
OnEndDragLeftMethod · 0.45

Calls 3

SetBrushMethod · 0.45
SetPenMethod · 0.45
DrawMethod · 0.45

Tested by

no test coverage detected