C# 클래스 Treefrog.Pipeline.ImagePacker.ImageProcessor

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

공개 메소드들

메소드 설명
AddImage ( Bitmap image, String name ) : void
AddImage ( string file ) : void
ImageProcessor ( Settings settings ) : System
ImageProcessor ( string rootDir, Settings settings ) : System

비공개 메소드들

메소드 설명
CreateRect ( Bitmap source ) : Rect
GetPads ( Bitmap image, string name, int splits ) : int[]
GetSplitPoint ( Bitmap image, string name, int startX, int startY, bool startPoint, bool xAxis ) : int
GetSplits ( Bitmap image, string name ) : int[]
Hash ( Bitmap image ) : string

메소드 상세

AddImage() 공개 메소드

public AddImage ( Bitmap image, String name ) : void
image System.Drawing.Bitmap
name String
리턴 void

AddImage() 공개 메소드

public AddImage ( string file ) : void
file string
리턴 void

ImageProcessor() 공개 메소드

public ImageProcessor ( Settings settings ) : System
settings Settings
리턴 System

ImageProcessor() 공개 메소드

public ImageProcessor ( string rootDir, Settings settings ) : System
rootDir string
settings Settings
리턴 System