C# Class XCom.Interfaces.XCImage

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

Protected Properties

Свойство Type Description
fileNum int
gray System.Drawing.Bitmap
idx byte[]
image System.Drawing.Bitmap

Méthodes publiques

Méthode Description
Clone ( ) : object
Hq2x ( ) : void
XCImage ( ) : System
XCImage ( Bitmap b, int idx ) : System
XCImage ( byte entries, int width, int height, Palette pal, int idx ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Hq2x() public méthode

public Hq2x ( ) : void
Résultat void

XCImage() public méthode

public XCImage ( ) : System
Résultat System

XCImage() public méthode

public XCImage ( Bitmap b, int idx ) : System
b System.Drawing.Bitmap
idx int
Résultat System

XCImage() public méthode

public XCImage ( byte entries, int width, int height, Palette pal, int idx ) : System
entries byte
width int
height int
pal Palette
idx int
Résultat System

Property Details

fileNum protected_oe property

protected int fileNum
Résultat int

gray protected_oe property

protected Bitmap,System.Drawing gray
Résultat System.Drawing.Bitmap

idx protected_oe property

protected byte[] idx
Résultat byte[]

image protected_oe property

protected Bitmap,System.Drawing image
Résultat System.Drawing.Bitmap