C# 클래스 FFImageLoading.Work.BitmapHolder

상속: IBitmap
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading 1 사용 예제들

공개 메소드들

메소드 설명
BitmapHolder ( byte pixels, int width, int height ) : FFImageLoading.Extensions
FreePixels ( ) : void
GetPixelAsColor ( int pos ) : System.Color
GetPixelAsColor ( int x, int y ) : System.Color
GetPixelAsInt ( int pos ) : int
GetPixelAsInt ( int x, int y ) : int
SetPixel ( int pos, Color color ) : void
SetPixel ( int pos, int color ) : void
SetPixel ( int x, int y, Color color ) : void
SetPixel ( int x, int y, int color ) : void

메소드 상세

BitmapHolder() 공개 메소드

public BitmapHolder ( byte pixels, int width, int height ) : FFImageLoading.Extensions
pixels byte
width int
height int
리턴 FFImageLoading.Extensions

FreePixels() 공개 메소드

public FreePixels ( ) : void
리턴 void

GetPixelAsColor() 공개 메소드

public GetPixelAsColor ( int pos ) : System.Color
pos int
리턴 System.Color

GetPixelAsColor() 공개 메소드

public GetPixelAsColor ( int x, int y ) : System.Color
x int
y int
리턴 System.Color

GetPixelAsInt() 공개 메소드

public GetPixelAsInt ( int pos ) : int
pos int
리턴 int

GetPixelAsInt() 공개 메소드

public GetPixelAsInt ( int x, int y ) : int
x int
y int
리턴 int

SetPixel() 공개 메소드

public SetPixel ( int pos, Color color ) : void
pos int
color Color
리턴 void

SetPixel() 공개 메소드

public SetPixel ( int pos, int color ) : void
pos int
color int
리턴 void

SetPixel() 공개 메소드

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

SetPixel() 공개 메소드

public SetPixel ( int x, int y, int color ) : void
x int
y int
color int
리턴 void