C# 클래스 XCom.PckImage

상속: XCom.Interfaces.XCImage
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Width int

공개 메소드들

메소드 설명
EncodePck ( System output, XCImage tile ) : int
Equals ( object other ) : bool
GetCollectionType ( ) : Type
GetHashCode ( ) : int
MoveImage ( byte offset ) : void
ReImage ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
PckImage ( int imageNum, byte idx, Palette pal, PckFile pFile ) : System
PckImage ( int imageNum, byte idx, Palette pal, PckFile pFile, int height, int width ) : System

메소드 상세

EncodePck() 공개 정적인 메소드

public static EncodePck ( System output, XCImage tile ) : int
output System
tile XCom.Interfaces.XCImage
리턴 int

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetCollectionType() 공개 정적인 메소드

public static GetCollectionType ( ) : Type
리턴 System.Type

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MoveImage() 공개 메소드

public MoveImage ( byte offset ) : void
offset byte
리턴 void

ReImage() 공개 메소드

public ReImage ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Height 공개적으로 정적으로 프로퍼티

public static int Height
리턴 int

Width 공개적으로 정적으로 프로퍼티

public static int Width
리턴 int