C# 클래스 AmaroK86.ImageFormat.ImageFile

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fileName string
format string
headData byte[]
imgData byte[]
imgSize ImageSize

공개 메소드들

메소드 설명
CprFormat ( string format ) : bool
ImageDataSize ( ImageSize imgsize, string format, float BytesPerPixel ) : long
ToArray ( ) : byte[]
resize ( ) : byte[]
subtype ( ) : string

보호된 메소드들

메소드 설명
ImageFile ( string fileName, ImageSize imgSize, string format ) : System
ImageFile ( string fileName, byte data ) : System
flipVertically ( ) : void

메소드 상세

CprFormat() 공개 정적인 메소드

public static CprFormat ( string format ) : bool
format string
리턴 bool

ImageDataSize() 공개 정적인 메소드

public static ImageDataSize ( ImageSize imgsize, string format, float BytesPerPixel ) : long
imgsize ImageSize
format string
BytesPerPixel float
리턴 long

ImageFile() 보호된 메소드

protected ImageFile ( string fileName, ImageSize imgSize, string format ) : System
fileName string
imgSize ImageSize
format string
리턴 System

ImageFile() 보호된 메소드

protected ImageFile ( string fileName, byte data ) : System
fileName string
data byte
리턴 System

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

flipVertically() 보호된 메소드

protected flipVertically ( ) : void
리턴 void

resize() 공개 메소드

public resize ( ) : byte[]
리턴 byte[]

subtype() 공개 메소드

public subtype ( ) : string
리턴 string

프로퍼티 상세

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

format 공개적으로 프로퍼티

public string format
리턴 string

headData 공개적으로 프로퍼티

public byte[] headData
리턴 byte[]

imgData 공개적으로 프로퍼티

public byte[] imgData
리턴 byte[]

imgSize 공개적으로 프로퍼티

public ImageSize,AmaroK86.ImageFormat imgSize
리턴 ImageSize