C# 클래스 AmaroK86.ImageFormat.DDS

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

공개 메소드들

메소드 설명
DDS ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
DDS ( string fileName, byte data ) : System
ToArray ( ) : byte[]
resize ( ) : byte[]
subtype ( ) : string

메소드 상세

DDS() 공개 메소드

public DDS ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
fileName string
imgSize ImageSize
format string
rawData byte
리턴 System

DDS() 공개 메소드

public DDS ( string fileName, byte data ) : System
fileName string
data byte
리턴 System

ToArray() 공개 메소드

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

resize() 공개 메소드

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

subtype() 공개 메소드

public subtype ( ) : string
리턴 string