G Guest Jan 16, 2004 #1 By default the picturebox is a square. Is there anyway to make it a circle, or any other shape Peace Out.
By default the picturebox is a square. Is there anyway to make it a circle, or any other shape Peace Out.
H Herfried K. Wagner [MVP] Jan 17, 2004 #2 * "=?Utf-8?B?V2lsbA==?= said: By default the picturebox is a square. Is there anyway to make it a circle, or any other shape? Click to expand... Create a 'GraphicsPath' with appropriate shape, create a 'Region' from it and assign it to the PictureBox's 'Region' property.
* "=?Utf-8?B?V2lsbA==?= said: By default the picturebox is a square. Is there anyway to make it a circle, or any other shape? Click to expand... Create a 'GraphicsPath' with appropriate shape, create a 'Region' from it and assign it to the PictureBox's 'Region' property.