C 언어 개열/Windows CE 개발
배경 이미지 지정하는 방법
본클라쓰
2011. 12. 1. 12:01
' 배경 이미지를 지정하는 방법
'Protected Overrides Sub onPaint(ByVal e As System.Windows.Forms.PaintEventArgs)
' Dim backGroundImage As New Bitmap(My.Resources.LoginImage)
' e.Graphics.DrawImage(backGroundImage, Me.ClientRectangle, New Rectangle(0, 0, backGroundImage.Width, backGroundImage.Height), GraphicsUnit.Pixel)
'End Sub