C# 클래스 CSharp___DllImport.bitmapextensions

파일 보기 프로젝트 열기: windowsphonehacker/wph-tweaks

공개 메소드들

메소드 설명
getPixel ( this wbm, int x, int y ) : System.Windows.Media.Color
setPixel ( this wbm, int x, int y, System c ) : void

메소드 상세

getPixel() 공개 정적인 메소드

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

setPixel() 공개 정적인 메소드

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