C# Class InfoStrat.MotionFx.FastBitmap

Mostrar archivo Open project: InfoStrat/MotionFx

Public Methods

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

Method Details

FastBitmap() public method

public FastBitmap ( int width, int height ) : System
width int
height int
return System

GetPixel() public method

public GetPixel ( int index ) : ushort
index int
return ushort

GetPixel() public method

public GetPixel ( int x, int y ) : ushort
x int
y int
return ushort

SetPixel() public method

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

SetPixel() public method

public SetPixel ( int index, ushort value ) : void
index int
value ushort
return void