C# Class OpenRA.Mods.Common.SpriteLoaders.ShpTDSprite

ファイルを表示 Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Size System.Drawing.Size

Public Methods

Method Description
ShpTDSprite ( Stream stream ) : System
Write ( Stream s, Size size, IEnumerable frames ) : void

Private Methods

Method Description
CopyImageData ( byte baseImage ) : byte[]
Decompress ( ImageHeader h ) : void

Method Details

ShpTDSprite() public method

public ShpTDSprite ( Stream stream ) : System
stream Stream
return System

Write() public static method

public static Write ( Stream s, Size size, IEnumerable frames ) : void
s Stream
size System.Drawing.Size
frames IEnumerable
return void

Property Details

Size public_oe property

public Size,System.Drawing Size
return System.Drawing.Size