pictureboxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

By default the picturebox is a square. Is there anyway to make it a circle, or any other shape

Peace Out.
 
* "=?Utf-8?B?V2lsbA==?= said:
By default the picturebox is a square. Is there anyway to make it a circle, or any other shape?

Create a 'GraphicsPath' with appropriate shape, create a 'Region' from
it and assign it to the PictureBox's 'Region' property.
 
Back
Top