C# Class XCom.PckImage

Inheritance: XCom.Interfaces.XCImage
Mostrar archivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
Height int
Width int

Public Methods

Method Description
EncodePck ( System output, XCImage tile ) : int
Equals ( object other ) : bool
GetCollectionType ( ) : Type
GetHashCode ( ) : int
MoveImage ( byte offset ) : void
ReImage ( ) : void
ToString ( ) : string

Private Methods

Method Description
PckImage ( int imageNum, byte idx, Palette pal, PckFile pFile ) : System
PckImage ( int imageNum, byte idx, Palette pal, PckFile pFile, int height, int width ) : System

Method Details

EncodePck() public static method

public static EncodePck ( System output, XCImage tile ) : int
output System
tile XCom.Interfaces.XCImage
return int

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetCollectionType() public static method

public static GetCollectionType ( ) : Type
return System.Type

GetHashCode() public method

public GetHashCode ( ) : int
return int

MoveImage() public method

public MoveImage ( byte offset ) : void
offset byte
return void

ReImage() public method

public ReImage ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Height public_oe static_oe property

public static int Height
return int

Width public_oe static_oe property

public static int Width
return int