明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!
發(fā)表時間:2024-06-14 來源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
Private m_image As Image = Image.FromFile("g:\picture.bmp")
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
r = New RectangleF(0, 0, Me.ClientSize.Width, Me.ClientSize.Height)
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
End Sub
Private Sub mydrawimage()
Dim g As Graphics = Me.CreateGraphics
g.DrawImage(m_image, r)
g.Dispose()
Private Sub Form1_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles MyBase.Paint
mydrawimage()
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
本站資源均來自互聯(lián)網(wǎng)收集 如有侵犯到您利益的地方請及時聯(lián)系管理刪除,敬請見諒!