Exemplo n.º 1
0
 protected internal override void OnPaint(object sender, PaintEventArgs e)
 {
     base.OnPaint(sender, e);
     if (InUse && _selection != null)
     {
         _selection.Draw(e.Graphics);
     }
 }
Exemplo n.º 2
0
 protected override void DrawBoundary(PaintEventArgs e)
 {
     Boundary.Draw(e);
 }