C# Class InfoStrat.MotionFx.MapUpdatedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: InfoStrat/MotionFx

Public Methods

Method Description
GetBitmapSource ( Dispatcher dispatcher, Action BitmapSourceCallback ) : void
MapUpdatedEventArgs ( byte map, int xres, int yres, int stride, System.Windows.Media.PixelFormat format ) : System

Method Details

GetBitmapSource() public method

public GetBitmapSource ( Dispatcher dispatcher, Action BitmapSourceCallback ) : void
dispatcher System.Windows.Threading.Dispatcher
BitmapSourceCallback Action
return void

MapUpdatedEventArgs() public method

public MapUpdatedEventArgs ( byte map, int xres, int yres, int stride, System.Windows.Media.PixelFormat format ) : System
map byte
xres int
yres int
stride int
format System.Windows.Media.PixelFormat
return System