| 157 | } |
| 158 | |
| 159 | void 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 | // |