본문 바로가기

IT/C#, NHibernate

[C#] 윈폼 배경화면

반응형



Image
im = Image.FromFile("ihci.png");

this.BackgroundImage = im

this.BackgroundImageLayout = ImageLayout.Stretch//불러온 이미지를 어떻게 세팅할 것지에 관한 것..