C# 클래스 SoftwareKobo.UniversalToolkit.Extensions.WriteableBitmapExtensions

파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit

공개 메소드들

메소드 설명
GetPixel ( this bitmap, int x, int y ) : Color
SetPixel ( this bitmap, int x, int y, Color color ) : void

메소드 상세

GetPixel() 공개 정적인 메소드

public static GetPixel ( this bitmap, int x, int y ) : Color
bitmap this
x int
y int
리턴 Color

SetPixel() 공개 정적인 메소드

public static SetPixel ( this bitmap, int x, int y, Color color ) : void
bitmap this
x int
y int
color Color
리턴 void