C# Class EmoteNet.ImageData

Datei anzeigen Open project: xmoeproject/X-moe

Public Methods

Method Description
Create ( ImageMetaData info, System.Windows.Media.PixelFormat format, System.Windows.Media.Imaging.BitmapPalette palette, byte pixel_data ) : ImageData
Create ( ImageMetaData info, System.Windows.Media.PixelFormat format, System.Windows.Media.Imaging.BitmapPalette palette, byte pixel_data, int stride ) : ImageData
CreateFlipped ( ImageMetaData info, System.Windows.Media.PixelFormat format, System.Windows.Media.Imaging.BitmapPalette palette, byte pixel_data, int stride ) : ImageData
ImageData ( System.Windows.Media.Imaging.BitmapSource data, ImageMetaData meta ) : System
ImageData ( System.Windows.Media.Imaging.BitmapSource data, int x, int y ) : System
SetDefaultDpi ( double x, double y ) : void

Private Methods

Method Description
ImageData ( ) : System

Method Details

Create() public static method

public static Create ( ImageMetaData info, System.Windows.Media.PixelFormat format, System.Windows.Media.Imaging.BitmapPalette palette, byte pixel_data ) : ImageData
info ImageMetaData
format System.Windows.Media.PixelFormat
palette System.Windows.Media.Imaging.BitmapPalette
pixel_data byte
return ImageData

Create() public static method

public static Create ( ImageMetaData info, System.Windows.Media.PixelFormat format, System.Windows.Media.Imaging.BitmapPalette palette, byte pixel_data, int stride ) : ImageData
info ImageMetaData
format System.Windows.Media.PixelFormat
palette System.Windows.Media.Imaging.BitmapPalette
pixel_data byte
stride int
return ImageData

CreateFlipped() public static method

public static CreateFlipped ( ImageMetaData info, System.Windows.Media.PixelFormat format, System.Windows.Media.Imaging.BitmapPalette palette, byte pixel_data, int stride ) : ImageData
info ImageMetaData
format System.Windows.Media.PixelFormat
palette System.Windows.Media.Imaging.BitmapPalette
pixel_data byte
stride int
return ImageData

ImageData() public method

public ImageData ( System.Windows.Media.Imaging.BitmapSource data, ImageMetaData meta ) : System
data System.Windows.Media.Imaging.BitmapSource
meta ImageMetaData
return System

ImageData() public method

public ImageData ( System.Windows.Media.Imaging.BitmapSource data, int x, int y ) : System
data System.Windows.Media.Imaging.BitmapSource
x int
y int
return System

SetDefaultDpi() public static method

public static SetDefaultDpi ( double x, double y ) : void
x double
y double
return void