Méthode | Description | |
---|---|---|
Draw ( |
||
FireLoadingEvent ( int curr, int total ) : void | ||
Load ( string file, |
||
LoadSingle ( |
||
MakeBitmap ( int width, int height, System.Drawing.Imaging.ColorPalette pal ) : |
||
MakeBitmap ( int width, int height, byte idx, System.Drawing.Imaging.ColorPalette pal ) : |
Creates a TRUE 8-bit indexed bitmap from the specified byte array
|
|
Save ( Stream s, |
||
Save ( string path, |
||
Save24 ( Stream s, |
||
Save24 ( string path, |
||
To16Bit ( |
||
To24Bit ( |
public static Draw ( |
||
src | ||
dest | ||
x | int | |
y | int | |
Résultat | void |
public static FireLoadingEvent ( int curr, int total ) : void | ||
curr | int | |
total | int | |
Résultat | void |
public static Load ( string file, |
||
file | string | |
collectionType | ||
Résultat | xCollection |
public static LoadSingle ( |
||
src | ||
num | int | |
pal | ||
collectionType | ||
Résultat | ITile |
public static MakeBitmap ( int width, int height, System.Drawing.Imaging.ColorPalette pal ) : |
||
width | int | |
height | int | |
pal | System.Drawing.Imaging.ColorPalette | |
Résultat |
public static MakeBitmap ( int width, int height, byte idx, System.Drawing.Imaging.ColorPalette pal ) : |
||
width | int | width of final bitmap |
height | int | height of final bitmap |
idx | byte | image data |
pal | System.Drawing.Imaging.ColorPalette | Palette to color the image with |
Résultat |
public static Save ( Stream s, |
||
s | Stream | |
image | ||
Résultat | void |
public static Save ( string path, |
||
path | string | |
image | ||
Résultat | void |
public static Save24 ( Stream s, |
||
s | Stream | |
image | ||
Résultat | void |
public static Save24 ( string path, |
||
path | string | |
image | ||
Résultat | void |
public static To16Bit ( |
||
old | ||
Résultat |
public static To24Bit ( |
||
old | ||
Résultat |