C# Class XCom.PckImage

Inheritance: XCom.Interfaces.XCImage
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Width int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static EncodePck ( System output, XCImage tile ) : int
output System
tile XCom.Interfaces.XCImage
Résultat int

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

GetCollectionType() public static méthode

public static GetCollectionType ( ) : Type
Résultat System.Type

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MoveImage() public méthode

public MoveImage ( byte offset ) : void
offset byte
Résultat void

ReImage() public méthode

public ReImage ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Height public_oe static_oe property

public static int Height
Résultat int

Width public_oe static_oe property

public static int Width
Résultat int