C# 클래스 XCom.Interfaces.XCImage

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

보호된 프로퍼티들

프로퍼티 타입 설명
fileNum int
gray System.Drawing.Bitmap
idx byte[]
image System.Drawing.Bitmap

공개 메소드들

메소드 설명
Clone ( ) : object
Hq2x ( ) : void
XCImage ( ) : System
XCImage ( Bitmap b, int idx ) : System
XCImage ( byte entries, int width, int height, Palette pal, int idx ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Hq2x() 공개 메소드

public Hq2x ( ) : void
리턴 void

XCImage() 공개 메소드

public XCImage ( ) : System
리턴 System

XCImage() 공개 메소드

public XCImage ( Bitmap b, int idx ) : System
b System.Drawing.Bitmap
idx int
리턴 System

XCImage() 공개 메소드

public XCImage ( byte entries, int width, int height, Palette pal, int idx ) : System
entries byte
width int
height int
pal Palette
idx int
리턴 System

프로퍼티 상세

fileNum 보호되어 있는 프로퍼티

protected int fileNum
리턴 int

gray 보호되어 있는 프로퍼티

protected Bitmap,System.Drawing gray
리턴 System.Drawing.Bitmap

idx 보호되어 있는 프로퍼티

protected byte[] idx
리턴 byte[]

image 보호되어 있는 프로퍼티

protected Bitmap,System.Drawing image
리턴 System.Drawing.Bitmap