E-Knowledge Point
“Seek knowledge from the cradle to the grave”
Pages
Home
Computer
Biology
Physics
Chemistry
Free CV Template
About Us
Monday, October 1, 2018
Clear image on picturebox in C#
private void btnRemove_Click(object sender, EventArgs e)
{
if (pictureEdit1.Image != null)
{
pictureEdit1.Image.Dispose();
pictureEdit1.Image = null;
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment