Re: [.NET] 想問一下.Net有類似vb6 paintpictureꨠ…

看板Visual_Basic作者 (sOMeThiNGwRoNg)時間19年前 (2005/06/03 00:45), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
'構築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
文章代碼(AID): #12dpUgDh (Visual_Basic)
文章代碼(AID): #12dpUgDh (Visual_Basic)