C# 클래스 XCom.DotNetCollection

상속: XCImageCollection
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
DotNetCollection ( Bitmap src, int width, int height, int space ) : System
Save ( string outFile, XCImageCollection images ) : void

비공개 메소드들

메소드 설명
copyData ( BitmapData srcData, int srcX, int srcY, BitmapData destData, int destX, int destY, int width, int height, int bpp ) : void

메소드 상세

DotNetCollection() 공개 메소드

public DotNetCollection ( Bitmap src, int width, int height, int space ) : System
src System.Drawing.Bitmap
width int
height int
space int
리턴 System

Save() 공개 정적인 메소드

public static Save ( string outFile, XCImageCollection images ) : void
outFile string
images XCImageCollection
리턴 void