Reputation: 1
Ellipse Object Created in Excel with Beveling, Gradient, etc.
Can this be achieved in VB.Net Windows App Form? Right now I am using:
Dim Disc1 As New Drawing2D.GraphicsPath
Disc1.AddEllipse(1, 1, 138, 138)
Panel1.Region = New Region(Disc1)
Any advice that you can give will be greatly appreciated.
Upvotes: 0
Views: 80