C# Class CSharp___DllImport.bitmapextensions

Afficher le fichier Open project: windowsphonehacker/wph-tweaks

Méthodes publiques

Méthode Description
getPixel ( this wbm, int x, int y ) : System.Windows.Media.Color
setPixel ( this wbm, int x, int y, System c ) : void

Method Details

getPixel() public static méthode

public static getPixel ( this wbm, int x, int y ) : System.Windows.Media.Color
wbm this
x int
y int
Résultat System.Windows.Media.Color

setPixel() public static méthode

public static setPixel ( this wbm, int x, int y, System c ) : void
wbm this
x int
y int
c System
Résultat void