C# Class HimawariNoFormAutostart.Wallpaper

from http://stackoverflow.com/questions/1061678/change-desktop-wallpaper-using-code-in-net
Mostrar archivo Open project: koroteeww/HimawariBackground Class Usage Examples

Public Methods

Method Description
Set ( string Path, Style style ) : void

Private Methods

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

Method Details

Set() public static method

public static Set ( string Path, Style style ) : void
Path string
style Style
return void