C# Class UpkManager.Dds.RgbaBitmapSource

Inheritance: System.Windows.Media.Imaging.BitmapSource
ファイルを表示 Open project: stricq/UPKManager

Public Methods

Method Description
CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Method Description
RgbaBitmapSource ( byte Rgba, int PixelWidth ) : System

Method Details

CopyPixels() public method

public CopyPixels ( System.Windows.Int32Rect sourceRect, Array pixels, int stride, int offset ) : void
sourceRect System.Windows.Int32Rect
pixels System.Array
stride int
offset int
return void

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable