C# Class PckView.xcProfile

Inheritance: XCom.Interfaces.IXCImageFile
显示文件 Open project: pmprog/OpenXCOM.Tools

Public Properties

Property Type Description
PROFILE_EXT string

Public Methods

Method Description
SaveCollection ( string directory, string file, XCom images ) : void
xcProfile ( ) : System
xcProfile ( ImgProfile profile ) : System

Protected Methods

Method Description
LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCom.XCImageCollection

Method Details

LoadFileOverride() protected method

protected LoadFileOverride ( string directory, string file, int imgWid, int imgHei, Palette pal ) : XCom.XCImageCollection
directory string
file string
imgWid int
imgHei int
pal Palette
return XCom.XCImageCollection

SaveCollection() public method

public SaveCollection ( string directory, string file, XCom images ) : void
directory string
file string
images XCom
return void

xcProfile() public method

public xcProfile ( ) : System
return System

xcProfile() public method

public xcProfile ( ImgProfile profile ) : System
profile ImgProfile
return System

Property Details

PROFILE_EXT public_oe static_oe property

public static string PROFILE_EXT
return string