C# Class PckView.PckFile

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

Méthodes publiques

Свойство Type Description
imgSpace int

Méthodes publiques

Méthode Description
FromBmp ( Bitmap b ) : xCollection
FromBmpSingle ( Bitmap b, int num, Palette p ) : ITile
GetEnumerator ( ) : IEnumerator
Hq2x ( int across ) : void
PckFile ( ArrayList images ) : System
PckFile ( Stream pckFile, Stream tabFile, int bpp ) : System
Remove ( int i ) : void
Save ( string path, int bpp ) : void
SaveBMP ( string file, Palette pal, int bpp, int across ) : void
this ( int i ) : ITile
writeCImage ( CImage img, string outFile ) : void

Private Methods

Méthode Description
copy ( Bitmap src, Bitmap dest, int startX, int startY ) : void
copy24 ( Bitmap b, CImage img, int x, int y ) : void

Method Details

FromBmp() public static méthode

public static FromBmp ( Bitmap b ) : xCollection
b System.Drawing.Bitmap
Résultat xCollection

FromBmpSingle() public static méthode

public static FromBmpSingle ( Bitmap b, int num, Palette p ) : ITile
b System.Drawing.Bitmap
num int
p Palette
Résultat ITile

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Hq2x() public méthode

public Hq2x ( int across ) : void
across int
Résultat void

PckFile() public méthode

public PckFile ( ArrayList images ) : System
images System.Collections.ArrayList
Résultat System

PckFile() public méthode

public PckFile ( Stream pckFile, Stream tabFile, int bpp ) : System
pckFile Stream
tabFile Stream
bpp int
Résultat System

Remove() public méthode

public Remove ( int i ) : void
i int
Résultat void

Save() public méthode

public Save ( string path, int bpp ) : void
path string
bpp int
Résultat void

SaveBMP() public méthode

public SaveBMP ( string file, Palette pal, int bpp, int across ) : void
file string
pal Palette
bpp int
across int
Résultat void

this() public méthode

public this ( int i ) : ITile
i int
Résultat ITile

writeCImage() public static méthode

public static writeCImage ( CImage img, string outFile ) : void
img CImage
outFile string
Résultat void

Property Details

imgSpace public_oe static_oe property

public static int imgSpace
Résultat int