C# Class AmaroK86.ImageFormat.ImageFile

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
fileName string
format string
headData byte[]
imgData byte[]
imgSize ImageSize

Méthodes publiques

Méthode Description
CprFormat ( string format ) : bool
ImageDataSize ( ImageSize imgsize, string format, float BytesPerPixel ) : long
ToArray ( ) : byte[]
resize ( ) : byte[]
subtype ( ) : string

Méthodes protégées

Méthode Description
ImageFile ( string fileName, ImageSize imgSize, string format ) : System
ImageFile ( string fileName, byte data ) : System
flipVertically ( ) : void

Method Details

CprFormat() public static méthode

public static CprFormat ( string format ) : bool
format string
Résultat bool

ImageDataSize() public static méthode

public static ImageDataSize ( ImageSize imgsize, string format, float BytesPerPixel ) : long
imgsize ImageSize
format string
BytesPerPixel float
Résultat long

ImageFile() protected méthode

protected ImageFile ( string fileName, ImageSize imgSize, string format ) : System
fileName string
imgSize ImageSize
format string
Résultat System

ImageFile() protected méthode

protected ImageFile ( string fileName, byte data ) : System
fileName string
data byte
Résultat System

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

flipVertically() protected méthode

protected flipVertically ( ) : void
Résultat void

resize() public méthode

public resize ( ) : byte[]
Résultat byte[]

subtype() public méthode

public subtype ( ) : string
Résultat string

Property Details

fileName public_oe property

public string fileName
Résultat string

format public_oe property

public string format
Résultat string

headData public_oe property

public byte[] headData
Résultat byte[]

imgData public_oe property

public byte[] imgData
Résultat byte[]

imgSize public_oe property

public ImageSize,AmaroK86.ImageFormat imgSize
Résultat ImageSize