C# Class ImageGlass.Library.Image.DesktopWallapaper

Datei anzeigen Open project: d2phap/ImageGlass

Public Methods

Method Description
Set ( System img, Style style ) : void

Set desktop wallpaper

Set ( Uri uri, Style style ) : void

Set desktop wallpaper

Private Methods

Method Description
SystemParametersInfo ( int uAction, int uParam, string lpvParam, int fuWinIni ) : int

Method Details

Set() public static method

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

Set() public static method

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