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

Method drawMove

TemplateLegend.cpp:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void GdaLegendLabel::drawMove(wxDC& dc)
160{
161 //wxPen pen(*wxBLACK, 1, wxDOT);
162 //dc.SetPen(pen);
163 //dc.SetBrush(*wxTRANSPARENT_BRUSH);
164 //dc.DrawRectangle(position.x, tmp_position.y, size.GetWidth(), size.GetHeight());
165 //dc.SetPen(*wxBLACK_PEN);
166 dc.DrawText(text, position.x, tmp_position.y);
167}
168
169///////////////////////////////////////////////////////////////////////////////////////////////
170//

Callers 1

OnDrawMethod · 0.80

Calls 1

DrawTextMethod · 0.80

Tested by

no test coverage detected