0

在 Excel 中使用斜角、渐变等创建的椭圆对象。

这可以在 VB.Net Windows App Form 中实现吗?现在我正在使用:

    Dim Disc1 As New Drawing2D.GraphicsPath
    Disc1.AddEllipse(1, 1, 138, 138)
    Panel1.Region = New Region(Disc1)

您可以提供的任何建议将不胜感激。

4

0 回答 0