C# Class CSharp___DllImport.bitmapextensions

Show file Open project: windowsphonehacker/wph-tweaks

Public Methods

Method 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 method

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

setPixel() public static method

public static setPixel ( this wbm, int x, int y, System c ) : void
wbm this
x int
y int
c System
return void