Michael W
Michael W

Reputation: 1

VB.net equivalent to Excel Shape - Circle/Ellipse with Beveling and Gradient

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

Answers (0)

Related Questions