C# 클래스 ImageGlass.Library.Image.DesktopWallapaper

파일 보기 프로젝트 열기: d2phap/ImageGlass

공개 메소드들

메소드 설명
Set ( System img, Style style ) : void

Set desktop wallpaper

Set ( Uri uri, Style style ) : void

Set desktop wallpaper

비공개 메소드들

메소드 설명
SystemParametersInfo ( int uAction, int uParam, string lpvParam, int fuWinIni ) : int

메소드 상세

Set() 공개 정적인 메소드

Set desktop wallpaper
public static Set ( System img, Style style ) : void
img System Image data
style Style Style of wallpaper
리턴 void

Set() 공개 정적인 메소드

Set desktop wallpaper
public static Set ( Uri uri, Style style ) : void
uri System.Uri Image filename
style Style Style of wallpaper
리턴 void