C# Class PckView.PckImage

Inheritance: ITile
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( Palette pal ) : ITile
FromBMP ( Bitmap b, int num, Palette pal, int startX, int startY ) : PckImage
FromBMP24 ( Bitmap b, int num, Palette pal, int startX, int startY ) : PckImage
Hq2x ( ) : void
PckImage ( Bitmap img, int num ) : System
ToString ( ) : string

Private Methods

Méthode Description
PckImage ( int imageNum, byte bytes, Palette pal ) : System

Method Details

Clone() public méthode

public Clone ( Palette pal ) : ITile
pal Palette
Résultat ITile

FromBMP() public static méthode

public static FromBMP ( Bitmap b, int num, Palette pal, int startX, int startY ) : PckImage
b System.Drawing.Bitmap
num int
pal Palette
startX int
startY int
Résultat PckImage

FromBMP24() public static méthode

public static FromBMP24 ( Bitmap b, int num, Palette pal, int startX, int startY ) : PckImage
b System.Drawing.Bitmap
num int
pal Palette
startX int
startY int
Résultat PckImage

Hq2x() public méthode

public Hq2x ( ) : void
Résultat void

PckImage() public méthode

public PckImage ( Bitmap img, int num ) : System
img System.Drawing.Bitmap
num int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string