C# Class PckView.xcCustom

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

Public Methods

Method Description
xcCustom ( ) : System
xcCustom ( int wid, int hei ) : System

Protected Methods

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

Private Methods

Method Description
tryIt ( object sender, TryDecodeEventArgs tde ) : void

Method Details

LoadFileOverride() protected method

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

xcCustom() public method

public xcCustom ( ) : System
return System

xcCustom() public method

public xcCustom ( int wid, int hei ) : System
wid int
hei int
return System