Property | Type | Description | |
---|---|---|---|
author | string | ||
defPal | Palette | ||
expDesc | string | ||
ext | string | ||
fileOptions | |||
imageSize | System.Drawing.Size | ||
singleFile | string |
Method | Description | |
---|---|---|
IXCImageFile ( ) : System |
Creates an object of this class with width and height of 0
|
|
IXCImageFile ( int width, int height ) : System |
It is not recommended to instantiate objects of this type directly. See PckView.xcProfile for a generic implementation that does not throw runtime exceptions
|
|
LoadFile ( string directory, string file ) : XCImageCollection |
Calls LoadFile with ImageSize.Width and ImageSize.Height
|
|
LoadFile ( string directory, string file, int imgWid, int imgHei ) : XCImageCollection |
Method that calls the overloaded load function in order to do some similar functionality across all instances of this class
|
|
LoadFile ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection | ||
RegisterFile ( ) : bool |
See: AssemblyLoadable.RegisterFile
|
|
SaveCollection ( string directory, string file, XCImageCollection images ) : void |
Saves a collection
|
|
Unload ( ) : void |
Method | Description | |
---|---|---|
LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection |
Load a file and return a collection of images
|
public IXCImageFile ( int width, int height ) : System | ||
width | int | Default width |
height | int | Default Height |
return | System |
public LoadFile ( string directory, string file ) : XCImageCollection | ||
directory | string | |
file | string | |
return | XCImageCollection |
public LoadFile ( string directory, string file, int imgWid, int imgHei ) : XCImageCollection | ||
directory | string | |
file | string | |
imgWid | int | |
imgHei | int | |
return | XCImageCollection |
public LoadFile ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection | ||
directory | string | |
file | string | |
imgWid | int | |
imgHei | int | |
pal | Palette | |
return | XCImageCollection |
protected LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCImageCollection | ||
directory | string | |
file | string | |
imgWid | int | |
imgHei | int | |
pal | Palette | |
return | XCImageCollection |
public SaveCollection ( string directory, string file, XCImageCollection images ) : void | ||
directory | string | Directory to save to |
file | string | Filename |
images | XCImageCollection | images to save in this format |
return | void |
protected xcFileOptions,XCom.Interfaces fileOptions | ||
return |