C# 클래스 PGMEBackend.Graphics.ImageManipulator

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool transparent ) : Bitmap
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed ) : Bitmap
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent ) : Bitmap
imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent, GraphicsMode mode ) : Bitmap

메소드 상세

imageLoader() 공개 정적인 메소드

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool transparent ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
transparent bool
리턴 System.Drawing.Bitmap

imageLoader() 공개 정적인 메소드

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
isImageCompressed bool
isPaletteCompressed bool
리턴 System.Drawing.Bitmap

imageLoader() 공개 정적인 메소드

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
isImageCompressed bool
isPaletteCompressed bool
transparent bool
리턴 System.Drawing.Bitmap

imageLoader() 공개 정적인 메소드

public static imageLoader ( GBAROM ROM, int imageOffset, int paletteOffset, int width, int height, bool isImageCompressed, bool isPaletteCompressed, bool transparent, GraphicsMode mode ) : Bitmap
ROM Nintenlord.ROMHacking.GBA.GBAROM
imageOffset int
paletteOffset int
width int
height int
isImageCompressed bool
isPaletteCompressed bool
transparent bool
mode GraphicsMode
리턴 System.Drawing.Bitmap