C
Carl Gilbert
Hi
I am drawing a pie like shape on a windows form in VB.NET using the FillPie
method as follows in the form Paint event:
e.Graphics.FillPie(brush, Me.ClientRectangle, pro.Angle, pro.Span)
How can I get back a System.Drawing.Region from the recently added pie?
Regards, Carl Gilbert
I am drawing a pie like shape on a windows form in VB.NET using the FillPie
method as follows in the form Paint event:
e.Graphics.FillPie(brush, Me.ClientRectangle, pro.Angle, pro.Span)
How can I get back a System.Drawing.Region from the recently added pie?
Regards, Carl Gilbert