//Call draw method private void pictureBox1_Paint(object sender, PaintEventArgs e) { aEmoji.Draw(e.Graphics); }