Код: Выделить всё
private void label1_Paint(object sender, PaintEventArgs e)
{
SolidBrush solidBrush = new SolidBrush(Color.FromArgb(255, 255, 0, 0));
e.Graphics.FillEllipse(solidBrush, 0, 0, 30, 30);
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... s-on-label