C# 클래스 InfoStrat.MotionFx.FastBitmap

파일 보기 프로젝트 열기: InfoStrat/MotionFx

공개 메소드들

메소드 설명
FastBitmap ( int width, int height ) : System
GetPixel ( int index ) : ushort
GetPixel ( int x, int y ) : ushort
SetPixel ( int x, int y, ushort value ) : void
SetPixel ( int index, ushort value ) : void

메소드 상세

FastBitmap() 공개 메소드

public FastBitmap ( int width, int height ) : System
width int
height int
리턴 System

GetPixel() 공개 메소드

public GetPixel ( int index ) : ushort
index int
리턴 ushort

GetPixel() 공개 메소드

public GetPixel ( int x, int y ) : ushort
x int
y int
리턴 ushort

SetPixel() 공개 메소드

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

SetPixel() 공개 메소드

public SetPixel ( int index, ushort value ) : void
index int
value ushort
리턴 void