作者linmic (sOMeThiNGwRoNg)
看板Visual_Basic
标题Re: [.NET] 想问一下.Net有类似vb6 paintpictureꨠ…
时间Fri Jun 3 00:47:19 2005
'构筑Graphic物件
Dim Graphics As New System.Drawing.Drawing2D.GraphicsPath
Dim intHeight As Integer = Me.Size.Height
Dim intWidth As Integer = Me.Size.Width
'在表单上绘制一个大椭圆,左上角的座标取为(0,0)
Graphics.AddEllipse(0, 0, intWidth, intHeight)
'设置视窗的可见区域
Me.Region = New Region(Graphics)
小范例 做圆形Form的方法之一 给你参考吧
不然就是MSDN查索引Drawing2D也可
※ 引述《dmkk42 (@@"~~~~~~)》之铭言:
: 因为做游戏需要用到
: 想问大家一下vb.net类似vb6 paintpicture的方法函式是瞎米
: 3q
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.139.142.182